Uses of Class
com.mypurecloud.sdk.v2.model.LexBotAlias
Packages that use LexBotAlias
-
Uses of LexBotAlias in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LexBotAliasModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexBotAlias(GetIntegrationsSpeechLexBotAliasRequest request) Get details about a Lex bot aliasIntegrationsApi.getIntegrationsSpeechLexBotAlias(String aliasId) Get details about a Lex bot aliasMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LexBotAliasModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexBotAlias(ApiRequest<Void> request) Get details about a Lex bot aliasIntegrationsApiAsync.getIntegrationsSpeechLexBotAliasAsync(GetIntegrationsSpeechLexBotAliasRequest request, AsyncApiCallback<LexBotAlias> callback) Get details about a Lex bot aliasIntegrationsApiAsync.getIntegrationsSpeechLexBotAliasAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexBotAlias>> callback) Get details about a Lex bot aliasIntegrationsApi.getIntegrationsSpeechLexBotAliasWithHttpInfo(String aliasId) Get details about a Lex bot aliasMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LexBotAliasModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechLexBotAliasAsync(GetIntegrationsSpeechLexBotAliasRequest request, AsyncApiCallback<LexBotAlias> callback) Get details about a Lex bot aliasIntegrationsApiAsync.getIntegrationsSpeechLexBotAliasAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexBotAlias>> callback) Get details about a Lex bot alias -
Uses of LexBotAlias in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LexBotAliasModifier and TypeMethodDescriptionThe Lex bot this is an alias forLexBotAlias.botVersion(String botVersion) The version of the Lex bot this alias points atLexBotAlias.failureReason(String failureReason) If the status is FAILED, Amazon Lex explains why it failed to build the botAn array of Intents associated with this bot aliasLexBotAlias.language(LexBotAlias.LanguageEnum language) The target language of the Lex botLexBotAlias.status(LexBotAlias.StatusEnum status) The status of the Lex bot aliasMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type LexBotAliasMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type LexBotAliasModifier and TypeMethodDescriptionLexBotAliasEntityListing.entities(List<LexBotAlias> entities) voidLexBotAliasEntityListing.setEntities(List<LexBotAlias> entities)