Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsSpeechTtsEngineVoiceRequest
Packages that use GetIntegrationsSpeechTtsEngineVoiceRequest
-
Uses of GetIntegrationsSpeechTtsEngineVoiceRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsSpeechTtsEngineVoiceRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngineVoice(GetIntegrationsSpeechTtsEngineVoiceRequest request) Get details about a specific voice for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoiceAsync(GetIntegrationsSpeechTtsEngineVoiceRequest request, AsyncApiCallback<TtsVoiceEntity> callback) Get details about a specific voice for a TTS engine -
Uses of GetIntegrationsSpeechTtsEngineVoiceRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsSpeechTtsEngineVoiceRequestModifier and TypeMethodDescriptionGetIntegrationsSpeechTtsEngineVoiceRequest.Builder.build()GetIntegrationsSpeechTtsEngineVoiceRequest.withCustomHeader(String name, String value) GetIntegrationsSpeechTtsEngineVoiceRequest.withEngineId(String engineId) GetIntegrationsSpeechTtsEngineVoiceRequest.withVoiceId(String voiceId)