Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingIgnorephraseRequest
Packages that use PostLanguageunderstandingIgnorephraseRequest
-
Uses of PostLanguageunderstandingIgnorephraseRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLanguageunderstandingIgnorephraseRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnorephrase(PostLanguageunderstandingIgnorephraseRequest request) Add phrases to the ignored phrases listLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseAsync(PostLanguageunderstandingIgnorephraseRequest request, AsyncApiCallback<IgnorePhrasesResponse> callback) Add phrases to the ignored phrases list -
Uses of PostLanguageunderstandingIgnorephraseRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingIgnorephraseRequestModifier and TypeMethodDescriptionPostLanguageunderstandingIgnorephraseRequest.Builder.build()PostLanguageunderstandingIgnorephraseRequest.withBody(IgnorePhrasesRequest body) PostLanguageunderstandingIgnorephraseRequest.withCustomHeader(String name, String value) PostLanguageunderstandingIgnorephraseRequest.withLanguageCode(String languageCode)