Uses of Class
com.mypurecloud.sdk.v2.model.BotVersion
Packages that use BotVersion
-
Uses of BotVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotVersionModifier and TypeMethodDescriptionBotVersion.intents(List<BotConnectorIntent> intents) A list of potential intents this bot will return, limit of 50BotVersion.supportedLanguages(List<String> supportedLanguages) The supported languages for this bot.The name of the version.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotVersionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotVersionModifier and TypeMethodDescriptionvoidBot.setVersions(List<BotVersion> versions) Bot.versions(List<BotVersion> versions) This bots version.