Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsSpeechTtsEnginesRequest
Packages that use GetIntegrationsSpeechTtsEnginesRequest
-
Uses of GetIntegrationsSpeechTtsEnginesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsSpeechTtsEnginesRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngines(GetIntegrationsSpeechTtsEnginesRequest request) Get a list of TTS engines enabled for orgIntegrationsApiAsync.getIntegrationsSpeechTtsEnginesAsync(GetIntegrationsSpeechTtsEnginesRequest request, AsyncApiCallback<TtsEngineEntityListing> callback) Get a list of TTS engines enabled for org -
Uses of GetIntegrationsSpeechTtsEnginesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsSpeechTtsEnginesRequestModifier and TypeMethodDescriptionGetIntegrationsSpeechTtsEnginesRequest.Builder.build()GetIntegrationsSpeechTtsEnginesRequest.withCustomHeader(String name, String value) GetIntegrationsSpeechTtsEnginesRequest.withIncludeVoices(Boolean includeVoices) GetIntegrationsSpeechTtsEnginesRequest.withLanguage(String language) GetIntegrationsSpeechTtsEnginesRequest.withPageNumber(Integer pageNumber) GetIntegrationsSpeechTtsEnginesRequest.withPageSize(Integer pageSize)