Uses of Class
com.mypurecloud.sdk.v2.model.BotConnectorBotVersionSummaryEntityListing
Packages that use BotConnectorBotVersionSummaryEntityListing
-
Uses of BotConnectorBotVersionSummaryEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BotConnectorBotVersionSummaryEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersions(GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest request) Get a list of bot versions for a botIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersions(String integrationId, String botId, Integer pageNumber, Integer pageSize) Get a list of bot versions for a botMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BotConnectorBotVersionSummaryEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersions(ApiRequest<Void> request) Get a list of bot versions for a botIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotVersionsAsync(GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest request, AsyncApiCallback<BotConnectorBotVersionSummaryEntityListing> callback) Get a list of bot versions for a botIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotConnectorBotVersionSummaryEntityListing>> callback) Get a list of bot versions for a botIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersionsWithHttpInfo(String integrationId, String botId, Integer pageNumber, Integer pageSize) Get a list of bot versions for a botMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotConnectorBotVersionSummaryEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotVersionsAsync(GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest request, AsyncApiCallback<BotConnectorBotVersionSummaryEntityListing> callback) Get a list of bot versions for a botIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotConnectorBotVersionSummaryEntityListing>> callback) Get a list of bot versions for a bot -
Uses of BotConnectorBotVersionSummaryEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotConnectorBotVersionSummaryEntityListingModifier and TypeMethodDescriptionBotConnectorBotVersionSummaryEntityListing.entities(List<BotVersionSummary> entities) BotConnectorBotVersionSummaryEntityListing.pageNumber(Integer pageNumber) BotConnectorBotVersionSummaryEntityListing.previousUri(String previousUri)