Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest
Packages that use GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest
-
Uses of GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsBotconnectorIntegrationIdBotVersionsRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersions(GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest request) Get a list of bot versions for a botIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotVersionsAsync(GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest request, AsyncApiCallback<BotConnectorBotVersionSummaryEntityListing> callback) Get a list of bot versions for a bot -
Uses of GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsBotconnectorIntegrationIdBotVersionsRequestModifier and TypeMethodDescriptionGetIntegrationsBotconnectorIntegrationIdBotVersionsRequest.Builder.build()GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest.withCustomHeader(String name, String value) GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest.withIntegrationId(String integrationId) GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest.withPageNumber(Integer pageNumber) GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest.withPageSize(Integer pageSize)