Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsBotconnectorBotsRequest
Packages that use GetIntegrationsBotconnectorBotsRequest
-
Uses of GetIntegrationsBotconnectorBotsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsBotconnectorBotsRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorBots(GetIntegrationsBotconnectorBotsRequest request) Get the list of bots for this integration.IntegrationsApiAsync.getIntegrationsBotconnectorBotsAsync(GetIntegrationsBotconnectorBotsRequest request, AsyncApiCallback<BotListing> callback) Get the list of bots for this integration. -
Uses of GetIntegrationsBotconnectorBotsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsBotconnectorBotsRequestModifier and TypeMethodDescriptionGetIntegrationsBotconnectorBotsRequest.Builder.build()GetIntegrationsBotconnectorBotsRequest.withCustomHeader(String name, String value) GetIntegrationsBotconnectorBotsRequest.withIntegrationId(String integrationId) GetIntegrationsBotconnectorBotsRequest.withPageNumber(Integer pageNumber) GetIntegrationsBotconnectorBotsRequest.withPageSize(Integer pageSize)