Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest
Packages that use GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest
-
Uses of GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBots(GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest request) Get a list of Nuance bots available in the specified Integration If the 'onlyRegisteredBots' param is set, the returned data will only include the Nuance bots which have configured client secrets within the Integration, otherwise all of the Nuance bots available to the Integration's configured discovery credentials are returned.IntegrationsApiAsync.getIntegrationsSpeechNuanceNuanceIntegrationIdBotsAsync(GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest request, AsyncApiCallback<NuanceBotEntityListing> callback) Get a list of Nuance bots available in the specified Integration If the 'onlyRegisteredBots' param is set, the returned data will only include the Nuance bots which have configured client secrets within the Integration, otherwise all of the Nuance bots available to the Integration's configured discovery credentials are returned. -
Uses of GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequestModifier and TypeMethodDescriptionGetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest.Builder.build()GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest.withCustomHeader(String name, String value) GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest.withNuanceIntegrationId(String nuanceIntegrationId) GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest.withOnlyRegisteredBots(Boolean onlyRegisteredBots) GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest.withPageNumber(Integer pageNumber) GetIntegrationsSpeechNuanceNuanceIntegrationIdBotsRequest.withPageSize(Integer pageSize)