Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsSpeechTtsEngineVoicesRequest
Packages that use GetIntegrationsSpeechTtsEngineVoicesRequest
-
Uses of GetIntegrationsSpeechTtsEngineVoicesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsSpeechTtsEngineVoicesRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngineVoices(GetIntegrationsSpeechTtsEngineVoicesRequest request) Get a list of voices for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoicesAsync(GetIntegrationsSpeechTtsEngineVoicesRequest request, AsyncApiCallback<TtsVoiceEntityListing> callback) Get a list of voices for a TTS engine -
Uses of GetIntegrationsSpeechTtsEngineVoicesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsSpeechTtsEngineVoicesRequestModifier and TypeMethodDescriptionGetIntegrationsSpeechTtsEngineVoicesRequest.Builder.build()GetIntegrationsSpeechTtsEngineVoicesRequest.withCustomHeader(String name, String value) GetIntegrationsSpeechTtsEngineVoicesRequest.withEngineId(String engineId) GetIntegrationsSpeechTtsEngineVoicesRequest.withPageNumber(Integer pageNumber) GetIntegrationsSpeechTtsEngineVoicesRequest.withPageSize(Integer pageSize)