Uses of Class
com.mypurecloud.sdk.v2.model.IgnoreTopicsResponse
Packages that use IgnoreTopicsResponse
-
Uses of IgnoreTopicsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IgnoreTopicsResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnoretopic(PostLanguageunderstandingIgnoretopicRequest request) Add topics to the ignored topics listLanguageUnderstandingApi.postLanguageunderstandingIgnoretopic(String languageCode, IgnoreTopicsRequest body) Add topics to the ignored topics listMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IgnoreTopicsResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnoretopic(ApiRequest<IgnoreTopicsRequest> request) Add topics to the ignored topics listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnoretopicAsync(PostLanguageunderstandingIgnoretopicRequest request, AsyncApiCallback<IgnoreTopicsResponse> callback) Add topics to the ignored topics listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnoretopicAsync(ApiRequest<IgnoreTopicsRequest> request, AsyncApiCallback<ApiResponse<IgnoreTopicsResponse>> callback) 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 IgnoreTopicsResponseModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.postLanguageunderstandingIgnoretopicAsync(PostLanguageunderstandingIgnoretopicRequest request, AsyncApiCallback<IgnoreTopicsResponse> callback) Add topics to the ignored topics listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnoretopicAsync(ApiRequest<IgnoreTopicsRequest> request, AsyncApiCallback<ApiResponse<IgnoreTopicsResponse>> callback) Add topics to the ignored topics list -
Uses of IgnoreTopicsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IgnoreTopicsResponseModifier and TypeMethodDescriptionIgnoreTopicsResponse.addedTopics(Integer addedTopics) Number of topics added in current requestIgnoreTopicsResponse.totalTopics(Integer totalTopics) Total number of topics in current orgIgnoreTopicsResponse.updatedTopics(Integer updatedTopics) Number of topics updated in current request