Class BotIntent

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

public class BotIntent extends Object implements Serializable
A botConnector's bot intention
See Also:
  • Constructor Details

    • BotIntent

      public BotIntent()
    • BotIntent

      public BotIntent(Boolean initWithEmptyList)
  • Method Details

    • name

      public BotIntent name(String name)
      The name of this intent. 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)
    • slots

      public BotIntent slots(Map<String,BotSlot> slots)
      Optional returned data values associated with this intent, limit of 50.
    • getSlots

      public Map<String,BotSlot> getSlots()
    • setSlots

      public void setSlots(Map<String,BotSlot> slots)
    • 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