Uses of Class
com.mypurecloud.sdk.v2.model.IgnorePhrasesResponse
Packages that use IgnorePhrasesResponse
-
Uses of IgnorePhrasesResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IgnorePhrasesResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnorephrase(PostLanguageunderstandingIgnorephraseRequest request) Add phrases to the ignored phrases listLanguageUnderstandingApi.postLanguageunderstandingIgnorephrase(String languageCode, IgnorePhrasesRequest body) Add phrases to the ignored phrases listMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IgnorePhrasesResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnorephrase(ApiRequest<IgnorePhrasesRequest> request) Add phrases to the ignored phrases listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseAsync(PostLanguageunderstandingIgnorephraseRequest request, AsyncApiCallback<IgnorePhrasesResponse> callback) Add phrases to the ignored phrases listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseAsync(ApiRequest<IgnorePhrasesRequest> request, AsyncApiCallback<ApiResponse<IgnorePhrasesResponse>> callback) Add phrases to the ignored phrases listLanguageUnderstandingApi.postLanguageunderstandingIgnorephraseWithHttpInfo(String languageCode, IgnorePhrasesRequest body) Add phrases to the ignored phrases listMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IgnorePhrasesResponseModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseAsync(PostLanguageunderstandingIgnorephraseRequest request, AsyncApiCallback<IgnorePhrasesResponse> callback) Add phrases to the ignored phrases listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseAsync(ApiRequest<IgnorePhrasesRequest> request, AsyncApiCallback<ApiResponse<IgnorePhrasesResponse>> callback) Add phrases to the ignored phrases list -
Uses of IgnorePhrasesResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IgnorePhrasesResponseModifier and TypeMethodDescriptionIgnorePhrasesResponse.addedPhrases(Integer addedPhrases) Number of phrases added in current requestIgnorePhrasesResponse.totalPhrases(Integer totalPhrases) Total number of phrases in current orgIgnorePhrasesResponse.updatedPhrases(Integer updatedPhrases) Number of phrases updated in current request