Uses of Class
com.mypurecloud.sdk.v2.model.SttEngineEntityListing
Packages that use SttEngineEntityListing
-
Uses of SttEngineEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SttEngineEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechSttEngines(GetIntegrationsSpeechSttEnginesRequest request) Get a list of STT engines enabled for orgIntegrationsApi.getIntegrationsSpeechSttEngines(Integer pageNumber, Integer pageSize, String name) Get a list of STT engines enabled for orgMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type SttEngineEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechSttEngines(ApiRequest<Void> request) Get a list of STT engines enabled for orgIntegrationsApiAsync.getIntegrationsSpeechSttEnginesAsync(GetIntegrationsSpeechSttEnginesRequest request, AsyncApiCallback<SttEngineEntityListing> callback) Get a list of STT engines enabled for orgIntegrationsApiAsync.getIntegrationsSpeechSttEnginesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SttEngineEntityListing>> callback) Get a list of STT engines enabled for orgIntegrationsApi.getIntegrationsSpeechSttEnginesWithHttpInfo(Integer pageNumber, Integer pageSize, String name) Get a list of STT engines enabled for orgMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SttEngineEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechSttEnginesAsync(GetIntegrationsSpeechSttEnginesRequest request, AsyncApiCallback<SttEngineEntityListing> callback) Get a list of STT engines enabled for orgIntegrationsApiAsync.getIntegrationsSpeechSttEnginesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SttEngineEntityListing>> callback) Get a list of STT engines enabled for org -
Uses of SttEngineEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SttEngineEntityListingModifier and TypeMethodDescriptionSttEngineEntityListing.entities(List<SttEngineEntity> entities) SttEngineEntityListing.pageNumber(Integer pageNumber) SttEngineEntityListing.previousUri(String previousUri)