Uses of Class
com.mypurecloud.sdk.v2.model.LexBotAliasEntityListing
Packages that use LexBotAliasEntityListing
-
Uses of LexBotAliasEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LexBotAliasEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexBotBotIdAliases(GetIntegrationsSpeechLexBotBotIdAliasesRequest request) Get a list of aliases for a bot in the customer's AWS accountsIntegrationsApi.getIntegrationsSpeechLexBotBotIdAliases(String botId, Integer pageNumber, Integer pageSize, String status, String name) Get a list of aliases for a bot in the customer's AWS accountsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LexBotAliasEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexBotBotIdAliases(ApiRequest<Void> request) Get a list of aliases for a bot in the customer's AWS accountsIntegrationsApiAsync.getIntegrationsSpeechLexBotBotIdAliasesAsync(GetIntegrationsSpeechLexBotBotIdAliasesRequest request, AsyncApiCallback<LexBotAliasEntityListing> callback) Get a list of aliases for a bot in the customer's AWS accountsIntegrationsApiAsync.getIntegrationsSpeechLexBotBotIdAliasesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexBotAliasEntityListing>> callback) Get a list of aliases for a bot in the customer's AWS accountsIntegrationsApi.getIntegrationsSpeechLexBotBotIdAliasesWithHttpInfo(String botId, Integer pageNumber, Integer pageSize, String status, String name) Get a list of aliases for a bot in the customer's AWS accountsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LexBotAliasEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechLexBotBotIdAliasesAsync(GetIntegrationsSpeechLexBotBotIdAliasesRequest request, AsyncApiCallback<LexBotAliasEntityListing> callback) Get a list of aliases for a bot in the customer's AWS accountsIntegrationsApiAsync.getIntegrationsSpeechLexBotBotIdAliasesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexBotAliasEntityListing>> callback) Get a list of aliases for a bot in the customer's AWS accounts -
Uses of LexBotAliasEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LexBotAliasEntityListingModifier and TypeMethodDescriptionLexBotAliasEntityListing.entities(List<LexBotAlias> entities) LexBotAliasEntityListing.pageNumber(Integer pageNumber) LexBotAliasEntityListing.previousUri(String previousUri)