Class BotSummary

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

public class BotSummary extends Object implements Serializable
A summary description for a botConnector bot
See Also:
  • Constructor Details

    • BotSummary

      public BotSummary()
    • BotSummary

      public BotSummary(Boolean initWithEmptyList)
  • Method Details

    • name

      public BotSummary name(String name)
      The name of the bot.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • id

      public BotSummary id(String id)
      The id of the bot.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • description

      public BotSummary description(String description)
      An optional description of the bot.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getBotCompositeTag

      public String getBotCompositeTag()
    • 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