Uses of Class
com.mypurecloud.sdk.v2.model.MinerTopicsListing
Packages that use MinerTopicsListing
-
Uses of MinerTopicsListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinerTopicsListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopics(GetLanguageunderstandingMinerTopicsRequest request) Retrieve a list of mined topics.LanguageUnderstandingApi.getLanguageunderstandingMinerTopics(String minerId) Retrieve a list of mined topics.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinerTopicsListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerTopics(ApiRequest<Void> request) Retrieve a list of mined topics.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicsAsync(GetLanguageunderstandingMinerTopicsRequest request, AsyncApiCallback<MinerTopicsListing> callback) Retrieve a list of mined topics.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerTopicsListing>> callback) Retrieve a list of mined topics.LanguageUnderstandingApi.getLanguageunderstandingMinerTopicsWithHttpInfo(String minerId) Retrieve a list of mined topics.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinerTopicsListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicsAsync(GetLanguageunderstandingMinerTopicsRequest request, AsyncApiCallback<MinerTopicsListing> callback) Retrieve a list of mined topics.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerTopicsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerTopicsListing>> callback) Retrieve a list of mined topics. -
Uses of MinerTopicsListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerTopicsListingModifier and TypeMethodDescriptionMinerTopicsListing.entities(List<MinerTopic> entities) MinerTopicsListing.previousUri(String previousUri)