Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainFeedbackRequest
Packages that use PostLanguageunderstandingDomainFeedbackRequest
-
Uses of PostLanguageunderstandingDomainFeedbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLanguageunderstandingDomainFeedbackRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainFeedback(PostLanguageunderstandingDomainFeedbackRequest request) Create feedback for the NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainFeedbackAsync(PostLanguageunderstandingDomainFeedbackRequest request, AsyncApiCallback<NluFeedbackResponse> callback) Create feedback for the NLU Domain Version. -
Uses of PostLanguageunderstandingDomainFeedbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingDomainFeedbackRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainFeedbackRequest.Builder.build()PostLanguageunderstandingDomainFeedbackRequest.withBody(NluFeedbackRequest body) PostLanguageunderstandingDomainFeedbackRequest.withCustomHeader(String name, String value) PostLanguageunderstandingDomainFeedbackRequest.withDomainId(String domainId)