Package com.mypurecloud.sdk.v2.model
Class BotConnectorBotVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.BotConnectorBotVersion
- All Implemented Interfaces:
Serializable
A version description for a botConnector bot.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()A list of potential intents this bot will return, limit of 50voidsetIntents(List<BotIntent> intents) voidsetSupportedLanguages(List<String> supportedLanguages) voidsetVersion(String version) supportedLanguages(List<String> supportedLanguages) The supported languages for this bot.toString()The name of the version.
-
Constructor Details
-
BotConnectorBotVersion
public BotConnectorBotVersion() -
BotConnectorBotVersion
-
-
Method Details
-
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
-
setVersion
-
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
-
setSupportedLanguages
-
intents
A list of potential intents this bot will return, limit of 50 -
getIntents
-
setIntents
-
equals
-
hashCode
public int hashCode() -
toString
-