Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLanguageunderstandingIgnoretopicRequest
Packages that use GetLanguageunderstandingIgnoretopicRequest
-
Uses of GetLanguageunderstandingIgnoretopicRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLanguageunderstandingIgnoretopicRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingIgnoretopic(GetLanguageunderstandingIgnoretopicRequest 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 code -
Uses of GetLanguageunderstandingIgnoretopicRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLanguageunderstandingIgnoretopicRequestModifier and TypeMethodDescriptionGetLanguageunderstandingIgnoretopicRequest.Builder.build()GetLanguageunderstandingIgnoretopicRequest.withCustomHeader(String name, String value) GetLanguageunderstandingIgnoretopicRequest.withLanguageCode(String languageCode) GetLanguageunderstandingIgnoretopicRequest.withPageNumber(Integer pageNumber) GetLanguageunderstandingIgnoretopicRequest.withPageSize(Integer pageSize) GetLanguageunderstandingIgnoretopicRequest.withSortBy(String sortBy) GetLanguageunderstandingIgnoretopicRequest.withSortOrder(String sortOrder)