Uses of Class
com.mypurecloud.sdk.v2.model.MinerTopicPhrase
Packages that use MinerTopicPhrase
-
Uses of MinerTopicPhrase in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinerTopicPhraseModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopicPhrase(GetLanguageunderstandingMinerTopicPhraseRequest request) Retrieves utterances related to a phrase in a topic.LanguageUnderstandingApi.getLanguageunderstandingMinerTopicPhrase(String minerId, String topicId, String phraseId) Retrieves utterances related to a phrase in a topic.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinerTopicPhraseModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopicPhrase(ApiRequest<Void> 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.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicPhraseAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerTopicPhrase>> callback) Retrieves utterances related to a phrase in a topic.LanguageUnderstandingApi.getLanguageunderstandingMinerTopicPhraseWithHttpInfo(String minerId, String topicId, String phraseId) Retrieves utterances related to a phrase in a topic.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinerTopicPhraseModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicPhraseAsync(GetLanguageunderstandingMinerTopicPhraseRequest request, AsyncApiCallback<MinerTopicPhrase> callback) Retrieves utterances related to a phrase in a topic.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicPhraseAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerTopicPhrase>> callback) Retrieves utterances related to a phrase in a topic. -
Uses of MinerTopicPhrase in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerTopicPhraseModifier and TypeMethodDescriptionPhrase name.MinerTopicPhrase.topic(MinerTopic topic) Topic associated with a phrase.MinerTopicPhrase.utteranceCount(Integer utteranceCount) Number of utterances belonging to a phraseMinerTopicPhrase.utterances(List<Utterance> utterances) List of utterances related to a phrase.