Class Bot

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

public class Bot extends Object implements Serializable
A bot instance
See Also:
  • Constructor Details

    • Bot

      public Bot()
    • Bot

      public Bot(Boolean initWithEmptyList)
  • Method Details

    • id

      public Bot id(String id)
      This is a string type that should denote a unique ID of the bot for calling purposes by the Genesys service (EG a UUID).
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public Bot name(String name)
      This is the name that will be displayed to the user in Architect.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • provider

      public Bot provider(String provider)
      The provider of the bot.
    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)
    • versions

      public Bot versions(List<BotVersion> versions)
      This bots version.
    • getVersions

      public List<BotVersion> getVersions()
    • setVersions

      public void setVersions(List<BotVersion> versions)
    • botCompositeTag

      public Bot botCompositeTag(String botCompositeTag)
      A system-generated string that contains metadata about this bot.
    • getBotCompositeTag

      public String getBotCompositeTag()
    • setBotCompositeTag

      public void setBotCompositeTag(String botCompositeTag)
    • getSelfUri

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