Class BotSlot

java.lang.Object
com.mypurecloud.sdk.v2.model.BotSlot
All Implemented Interfaces:
Serializable

public class BotSlot extends Object implements Serializable
Description of a data value returned from an intent
See Also:
  • Constructor Details

    • BotSlot

      public BotSlot()
    • BotSlot

      public BotSlot(Boolean initWithEmptyList)
  • Method Details

    • name

      public BotSlot name(String name)
      The name of the slot. This can be up to 100 characters long and must be comprised of displayable characters without leading or trailing whitespace
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • type

      public BotSlot type(String type)
      The data type of the slot string, integer, decimal, duration, boolean, currency, datetime or the xxxCollection versions of those types
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object