Uses of Class
com.mypurecloud.sdk.v2.model.BotListing
Packages that use BotListing
-
Uses of BotListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BotListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorBots(GetIntegrationsBotconnectorBotsRequest request) Get the list of bots for this integration.IntegrationsApi.getIntegrationsBotconnectorBots(String integrationId, Integer pageNumber, Integer pageSize) Get the list of bots for this integration.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BotListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorBots(ApiRequest<Void> request) Get the list of bots for this integration.IntegrationsApiAsync.getIntegrationsBotconnectorBotsAsync(GetIntegrationsBotconnectorBotsRequest request, AsyncApiCallback<BotListing> callback) Get the list of bots for this integration.IntegrationsApiAsync.getIntegrationsBotconnectorBotsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotListing>> callback) Get the list of bots for this integration.IntegrationsApi.getIntegrationsBotconnectorBotsWithHttpInfo(String integrationId, Integer pageNumber, Integer pageSize) Get the list of bots for this integration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsBotconnectorBotsAsync(GetIntegrationsBotconnectorBotsRequest request, AsyncApiCallback<BotListing> callback) Get the list of bots for this integration.IntegrationsApiAsync.getIntegrationsBotconnectorBotsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotListing>> callback) Get the list of bots for this integration. -
Uses of BotListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotListingModifier and TypeMethodDescriptionBotListing.pageNumber(Integer pageNumber) BotListing.previousUri(String previousUri)