Uses of Class
com.mypurecloud.sdk.v2.model.IgnorePhrasesRequest
Packages that use IgnorePhrasesRequest
Package
Description
-
Uses of IgnorePhrasesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type IgnorePhrasesRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnorephrase(String languageCode, IgnorePhrasesRequest body) 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 IgnorePhrasesRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnorephrase(ApiRequest<IgnorePhrasesRequest> request) Add phrases to the ignored phrases listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseAsync(ApiRequest<IgnorePhrasesRequest> request, AsyncApiCallback<ApiResponse<IgnorePhrasesResponse>> callback) Add phrases to the ignored phrases list -
Uses of IgnorePhrasesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IgnorePhrasesRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IgnorePhrasesRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type IgnorePhrasesRequestModifier and TypeMethodDescriptionPostLanguageunderstandingIgnorephraseRequest.builder(String languageCode, IgnorePhrasesRequest body) voidPostLanguageunderstandingIgnorephraseRequest.setBody(IgnorePhrasesRequest body) PostLanguageunderstandingIgnorephraseRequest.Builder.withBody(IgnorePhrasesRequest body) PostLanguageunderstandingIgnorephraseRequest.withBody(IgnorePhrasesRequest body) PostLanguageunderstandingIgnorephraseRequest.Builder.withRequiredParams(String languageCode, IgnorePhrasesRequest body) -
Uses of IgnorePhrasesRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IgnorePhrasesRequestModifier and TypeMethodDescriptionIgnorePhrasesRequest.phrases(List<IgnorePhrase> phrases) List of phrases to be ignored