Uses of Class
com.mypurecloud.sdk.v2.model.TtsEngineEntity
Packages that use TtsEngineEntity
-
Uses of TtsEngineEntity in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TtsEngineEntityModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngine(GetIntegrationsSpeechTtsEngineRequest request) Get details about a TTS engineIntegrationsApi.getIntegrationsSpeechTtsEngine(String engineId, Boolean includeVoices) Get details about a TTS engineMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TtsEngineEntityModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngine(ApiRequest<Void> request) Get details about a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineAsync(GetIntegrationsSpeechTtsEngineRequest request, AsyncApiCallback<TtsEngineEntity> callback) Get details about a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TtsEngineEntity>> callback) Get details about a TTS engineIntegrationsApi.getIntegrationsSpeechTtsEngineWithHttpInfo(String engineId, Boolean includeVoices) Get details about a TTS engineMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TtsEngineEntityModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechTtsEngineAsync(GetIntegrationsSpeechTtsEngineRequest request, AsyncApiCallback<TtsEngineEntity> callback) Get details about a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TtsEngineEntity>> callback) Get details about a TTS engine -
Uses of TtsEngineEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TtsEngineEntityModifier and TypeMethodDescriptionTtsVoiceEntity.getEngine()The TTS engine is the global default engineThe TTS engine can be used in a secure call flowThe set of languages the TTS engine supportsTtsEngineEntity.outputFormats(List<String> outputFormats) The set of output formats the TTS engine can produceTtsEngineEntity.voices(List<TtsVoiceEntity> voices) The set of voices the TTS engine supportsMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TtsEngineEntityMethods in com.mypurecloud.sdk.v2.model with parameters of type TtsEngineEntityModifier and TypeMethodDescriptionTtsVoiceEntity.engine(TtsEngineEntity engine) Ths TTS engine this voice belongs tovoidTtsVoiceEntity.setEngine(TtsEngineEntity engine) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TtsEngineEntityModifier and TypeMethodDescriptionTtsEngineEntityListing.entities(List<TtsEngineEntity> entities) voidTtsEngineEntityListing.setEntities(List<TtsEngineEntity> entities)