Uses of Class
com.mypurecloud.sdk.v2.model.TtsVoiceEntityListing
Packages that use TtsVoiceEntityListing
-
Uses of TtsVoiceEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TtsVoiceEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngineVoices(GetIntegrationsSpeechTtsEngineVoicesRequest request) Get a list of voices for a TTS engineIntegrationsApi.getIntegrationsSpeechTtsEngineVoices(String engineId, Integer pageNumber, Integer pageSize) Get a list of voices for a TTS engineMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TtsVoiceEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngineVoices(ApiRequest<Void> request) Get a list of voices for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoicesAsync(GetIntegrationsSpeechTtsEngineVoicesRequest request, AsyncApiCallback<TtsVoiceEntityListing> callback) Get a list of voices for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoicesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TtsVoiceEntityListing>> callback) Get a list of voices for a TTS engineIntegrationsApi.getIntegrationsSpeechTtsEngineVoicesWithHttpInfo(String engineId, Integer pageNumber, Integer pageSize) Get a list of voices for a TTS engineMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TtsVoiceEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoicesAsync(GetIntegrationsSpeechTtsEngineVoicesRequest request, AsyncApiCallback<TtsVoiceEntityListing> callback) Get a list of voices for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoicesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TtsVoiceEntityListing>> callback) Get a list of voices for a TTS engine -
Uses of TtsVoiceEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TtsVoiceEntityListingModifier and TypeMethodDescriptionTtsVoiceEntityListing.entities(List<TtsVoiceEntity> entities) TtsVoiceEntityListing.pageNumber(Integer pageNumber) TtsVoiceEntityListing.previousUri(String previousUri)