Uses of Class
com.mypurecloud.sdk.v2.model.LexV2BotAlias
Packages that use LexV2BotAlias
-
Uses of LexV2BotAlias in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LexV2BotAliasModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexv2BotAlias(GetIntegrationsSpeechLexv2BotAliasRequest request) Get details about a Lex V2 bot aliasIntegrationsApi.getIntegrationsSpeechLexv2BotAlias(String aliasId) Get details about a Lex V2 bot aliasMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LexV2BotAliasModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexv2BotAlias(ApiRequest<Void> request) Get details about a Lex V2 bot aliasIntegrationsApiAsync.getIntegrationsSpeechLexv2BotAliasAsync(GetIntegrationsSpeechLexv2BotAliasRequest request, AsyncApiCallback<LexV2BotAlias> callback) Get details about a Lex V2 bot aliasIntegrationsApiAsync.getIntegrationsSpeechLexv2BotAliasAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexV2BotAlias>> callback) Get details about a Lex V2 bot aliasIntegrationsApi.getIntegrationsSpeechLexv2BotAliasWithHttpInfo(String aliasId) Get details about a Lex V2 bot aliasMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LexV2BotAliasModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechLexv2BotAliasAsync(GetIntegrationsSpeechLexv2BotAliasRequest request, AsyncApiCallback<LexV2BotAlias> callback) Get details about a Lex V2 bot aliasIntegrationsApiAsync.getIntegrationsSpeechLexv2BotAliasAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexV2BotAlias>> callback) Get details about a Lex V2 bot alias -
Uses of LexV2BotAlias in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LexV2BotAliasModifier and TypeMethodDescriptionThe Lex V2 bot alias IdThe Lex V2 bot this is an alias forLexV2BotAlias.botVersion(String botVersion) The version of the Lex V2 bot this alias points atLexV2BotAlias.intents(List<LexV2Intent> intents) An array of Intents associated with this bot aliasThe target language of the Lex V2 botThe Lex V2 bot regionLexV2BotAlias.status(LexV2BotAlias.StatusEnum status) The status of the Lex V2 bot aliasMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type LexV2BotAliasMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type LexV2BotAliasModifier and TypeMethodDescriptionLexV2BotAliasEntityListing.entities(List<LexV2BotAlias> entities) voidLexV2BotAliasEntityListing.setEntities(List<LexV2BotAlias> entities)