Uses of Class
com.mypurecloud.sdk.v2.model.IgnoredMinedTopicListing
Packages that use IgnoredMinedTopicListing
-
Uses of IgnoredMinedTopicListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IgnoredMinedTopicListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingIgnoretopic(GetLanguageunderstandingIgnoretopicRequest request) Get list of all ignored topics of the specified language codeLanguageUnderstandingApi.getLanguageunderstandingIgnoretopic(String languageCode, Integer pageSize, Integer pageNumber, String text, String sortOrder, String sortBy) Get list of all ignored topics of the specified language codeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IgnoredMinedTopicListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingIgnoretopic(ApiRequest<Void> request) Get list of all ignored topics of the specified language codeLanguageUnderstandingApiAsync.getLanguageunderstandingIgnoretopicAsync(GetLanguageunderstandingIgnoretopicRequest request, AsyncApiCallback<IgnoredMinedTopicListing> callback) Get list of all ignored topics of the specified language codeLanguageUnderstandingApiAsync.getLanguageunderstandingIgnoretopicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IgnoredMinedTopicListing>> callback) Get list of all ignored topics of the specified language codeLanguageUnderstandingApi.getLanguageunderstandingIgnoretopicWithHttpInfo(String languageCode, Integer pageSize, Integer pageNumber, String text, String sortOrder, String sortBy) Get list of all ignored topics of the specified language codeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IgnoredMinedTopicListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingIgnoretopicAsync(GetLanguageunderstandingIgnoretopicRequest request, AsyncApiCallback<IgnoredMinedTopicListing> callback) Get list of all ignored topics of the specified language codeLanguageUnderstandingApiAsync.getLanguageunderstandingIgnoretopicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IgnoredMinedTopicListing>> callback) Get list of all ignored topics of the specified language code -
Uses of IgnoredMinedTopicListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IgnoredMinedTopicListingModifier and TypeMethodDescriptionIgnoredMinedTopicListing.entities(List<IgnoredMinedEntity> entities) IgnoredMinedTopicListing.pageNumber(Integer pageNumber) IgnoredMinedTopicListing.previousUri(String previousUri)