Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLanguageunderstandingMinerTopicPhraseRequest
Packages that use GetLanguageunderstandingMinerTopicPhraseRequest
-
Uses of GetLanguageunderstandingMinerTopicPhraseRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLanguageunderstandingMinerTopicPhraseRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopicPhrase(GetLanguageunderstandingMinerTopicPhraseRequest request) Retrieves utterances related to a phrase in a topic.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicPhraseAsync(GetLanguageunderstandingMinerTopicPhraseRequest request, AsyncApiCallback<MinerTopicPhrase> callback) Retrieves utterances related to a phrase in a topic. -
Uses of GetLanguageunderstandingMinerTopicPhraseRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLanguageunderstandingMinerTopicPhraseRequestModifier and TypeMethodDescriptionGetLanguageunderstandingMinerTopicPhraseRequest.Builder.build()GetLanguageunderstandingMinerTopicPhraseRequest.withCustomHeader(String name, String value) GetLanguageunderstandingMinerTopicPhraseRequest.withMinerId(String minerId) GetLanguageunderstandingMinerTopicPhraseRequest.withPhraseId(String phraseId) GetLanguageunderstandingMinerTopicPhraseRequest.withTopicId(String topicId)