Class BotConnectorBotVersion

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

public class BotConnectorBotVersion extends Object implements Serializable
A version description for a botConnector bot.
See Also:
  • Constructor Details

    • BotConnectorBotVersion

      public BotConnectorBotVersion()
    • BotConnectorBotVersion

      public BotConnectorBotVersion(Boolean initWithEmptyList)
  • Method Details

    • version

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

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • supportedLanguages

      public BotConnectorBotVersion supportedLanguages(List<String> supportedLanguages)
      The supported languages for this bot. EG 'en-us' or 'es', etc; These language codes are W3C language identification tags (ISO 639-1 for the language name and ISO 3166 for the country code)
    • getSupportedLanguages

      public List<String> getSupportedLanguages()
    • setSupportedLanguages

      public void setSupportedLanguages(List<String> supportedLanguages)
    • intents

      public BotConnectorBotVersion intents(List<BotIntent> intents)
      A list of potential intents this bot will return, limit of 50
    • getIntents

      public List<BotIntent> getIntents()
    • setIntents

      public void setIntents(List<BotIntent> intents)
    • 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