Uses of Class
com.mypurecloud.sdk.v2.model.IgnoreTopicsRequest
Packages that use IgnoreTopicsRequest
Package
Description
-
Uses of IgnoreTopicsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type IgnoreTopicsRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnoretopic(String languageCode, IgnoreTopicsRequest body) Add topics to the ignored topics listLanguageUnderstandingApi.postLanguageunderstandingIgnoretopicWithHttpInfo(String languageCode, IgnoreTopicsRequest body) Add topics to the ignored topics listMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IgnoreTopicsRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnoretopic(ApiRequest<IgnoreTopicsRequest> request) Add topics to the ignored topics listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnoretopicAsync(ApiRequest<IgnoreTopicsRequest> request, AsyncApiCallback<ApiResponse<IgnoreTopicsResponse>> callback) Add topics to the ignored topics list -
Uses of IgnoreTopicsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IgnoreTopicsRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IgnoreTopicsRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type IgnoreTopicsRequestModifier and TypeMethodDescriptionPostLanguageunderstandingIgnoretopicRequest.builder(String languageCode, IgnoreTopicsRequest body) voidPostLanguageunderstandingIgnoretopicRequest.setBody(IgnoreTopicsRequest body) PostLanguageunderstandingIgnoretopicRequest.Builder.withBody(IgnoreTopicsRequest body) PostLanguageunderstandingIgnoretopicRequest.withBody(IgnoreTopicsRequest body) PostLanguageunderstandingIgnoretopicRequest.Builder.withRequiredParams(String languageCode, IgnoreTopicsRequest body) -
Uses of IgnoreTopicsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IgnoreTopicsRequestModifier and TypeMethodDescriptionIgnoreTopicsRequest.topics(List<IgnoreTopic> topics) List of topics to be ignored