Uses of Class
com.mypurecloud.sdk.v2.model.LexV2BotAliasEntityListing
Packages that use LexV2BotAliasEntityListing
-
Uses of LexV2BotAliasEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LexV2BotAliasEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexv2BotBotIdAliases(GetIntegrationsSpeechLexv2BotBotIdAliasesRequest request) Get a list of aliases for a Lex V2 botIntegrationsApi.getIntegrationsSpeechLexv2BotBotIdAliases(String botId, Integer pageNumber, Integer pageSize, String status, String name) Get a list of aliases for a Lex V2 botMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LexV2BotAliasEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechLexv2BotBotIdAliases(ApiRequest<Void> request) Get a list of aliases for a Lex V2 botIntegrationsApiAsync.getIntegrationsSpeechLexv2BotBotIdAliasesAsync(GetIntegrationsSpeechLexv2BotBotIdAliasesRequest request, AsyncApiCallback<LexV2BotAliasEntityListing> callback) Get a list of aliases for a Lex V2 botIntegrationsApiAsync.getIntegrationsSpeechLexv2BotBotIdAliasesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexV2BotAliasEntityListing>> callback) Get a list of aliases for a Lex V2 botIntegrationsApi.getIntegrationsSpeechLexv2BotBotIdAliasesWithHttpInfo(String botId, Integer pageNumber, Integer pageSize, String status, String name) Get a list of aliases for a Lex V2 botMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LexV2BotAliasEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechLexv2BotBotIdAliasesAsync(GetIntegrationsSpeechLexv2BotBotIdAliasesRequest request, AsyncApiCallback<LexV2BotAliasEntityListing> callback) Get a list of aliases for a Lex V2 botIntegrationsApiAsync.getIntegrationsSpeechLexv2BotBotIdAliasesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LexV2BotAliasEntityListing>> callback) Get a list of aliases for a Lex V2 bot -
Uses of LexV2BotAliasEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LexV2BotAliasEntityListingModifier and TypeMethodDescriptionLexV2BotAliasEntityListing.entities(List<LexV2BotAlias> entities) LexV2BotAliasEntityListing.pageNumber(Integer pageNumber) LexV2BotAliasEntityListing.previousUri(String previousUri)