Uses of Class
com.mypurecloud.sdk.v2.api.request.GetSpeechandtextanalyticsTopicsRequest
Packages that use GetSpeechandtextanalyticsTopicsRequest
-
Uses of GetSpeechandtextanalyticsTopicsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetSpeechandtextanalyticsTopicsRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsTopics(GetSpeechandtextanalyticsTopicsRequest request) Get the list of Speech & Text Analytics topicsSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsTopicsAsync(GetSpeechandtextanalyticsTopicsRequest request, AsyncApiCallback<TopicsEntityListing> callback) Get the list of Speech & Text Analytics topics -
Uses of GetSpeechandtextanalyticsTopicsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetSpeechandtextanalyticsTopicsRequestModifier and TypeMethodDescriptionGetSpeechandtextanalyticsTopicsRequest.Builder.build()GetSpeechandtextanalyticsTopicsRequest.withCustomHeader(String name, String value) GetSpeechandtextanalyticsTopicsRequest.withDialects(List<String> dialects) GetSpeechandtextanalyticsTopicsRequest.withNextPage(String nextPage) GetSpeechandtextanalyticsTopicsRequest.withPageNumber(Integer pageNumber) GetSpeechandtextanalyticsTopicsRequest.withPageSize(Integer pageSize) GetSpeechandtextanalyticsTopicsRequest.withSortBy(String sortBy) GetSpeechandtextanalyticsTopicsRequest.withSortOrder(String sortOrder)