Uses of Class
com.mypurecloud.sdk.v2.api.request.GetSpeechandtextanalyticsConversationCategoriesRequest
Packages that use GetSpeechandtextanalyticsConversationCategoriesRequest
-
Uses of GetSpeechandtextanalyticsConversationCategoriesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetSpeechandtextanalyticsConversationCategoriesRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsConversationCategories(GetSpeechandtextanalyticsConversationCategoriesRequest request) Get the list of detected Speech and Text Analytics categories of conversationSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsConversationCategoriesAsync(GetSpeechandtextanalyticsConversationCategoriesRequest request, AsyncApiCallback<ConversationCategoriesEntityListing> callback) Get the list of detected Speech and Text Analytics categories of conversation -
Uses of GetSpeechandtextanalyticsConversationCategoriesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetSpeechandtextanalyticsConversationCategoriesRequestModifier and TypeMethodDescriptionGetSpeechandtextanalyticsConversationCategoriesRequest.Builder.build()GetSpeechandtextanalyticsConversationCategoriesRequest.withConversationId(String conversationId) GetSpeechandtextanalyticsConversationCategoriesRequest.withCustomHeader(String name, String value) GetSpeechandtextanalyticsConversationCategoriesRequest.withPageNumber(Integer pageNumber) GetSpeechandtextanalyticsConversationCategoriesRequest.withPageSize(Integer pageSize)