Uses of Class
com.mypurecloud.sdk.v2.model.MinerTopic
Packages that use MinerTopic
-
Uses of MinerTopic in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinerTopicModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopic(GetLanguageunderstandingMinerTopicRequest request) Retrieves details of a particular topic.LanguageUnderstandingApi.getLanguageunderstandingMinerTopic(String minerId, String topicId, String expand) Retrieves details of a particular topic.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinerTopicModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopic(ApiRequest<Void> request) Retrieves details of a particular topic.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicAsync(GetLanguageunderstandingMinerTopicRequest request, AsyncApiCallback<MinerTopic> callback) Retrieves details of a particular topic.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerTopic>> callback) Retrieves details of a particular topic.LanguageUnderstandingApi.getLanguageunderstandingMinerTopicWithHttpInfo(String minerId, String topicId, String expand) Retrieves details of a particular topic.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinerTopicModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicAsync(GetLanguageunderstandingMinerTopicRequest request, AsyncApiCallback<MinerTopic> callback) Retrieves details of a particular topic.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerTopic>> callback) Retrieves details of a particular topic. -
Uses of MinerTopic in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerTopicModifier and TypeMethodDescriptionMinerTopicPhrase.getTopic()Topic name.MinerTopic.phrases(List<TopicPhrase> phrases) Phrases associated with a topic.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type MinerTopicMethods in com.mypurecloud.sdk.v2.model with parameters of type MinerTopicModifier and TypeMethodDescriptionvoidMinerTopicPhrase.setTopic(MinerTopic topic) MinerTopicPhrase.topic(MinerTopic topic) Topic associated with a phrase.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type MinerTopicModifier and TypeMethodDescriptionMinerTopicsListing.entities(List<MinerTopic> entities) voidMinerTopicsListing.setEntities(List<MinerTopic> entities)