Uses of Class
com.mypurecloud.sdk.v2.model.NluFeedbackRequest
Packages that use NluFeedbackRequest
Package
Description
-
Uses of NluFeedbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type NluFeedbackRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainFeedback(String domainId, NluFeedbackRequest body) Create feedback for the NLU Domain Version.LanguageUnderstandingApi.postLanguageunderstandingDomainFeedbackWithHttpInfo(String domainId, NluFeedbackRequest body) Create feedback for the NLU Domain Version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type NluFeedbackRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainFeedback(ApiRequest<NluFeedbackRequest> request) Create feedback for the NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainFeedbackAsync(ApiRequest<NluFeedbackRequest> request, AsyncApiCallback<ApiResponse<NluFeedbackResponse>> callback) Create feedback for the NLU Domain Version. -
Uses of NluFeedbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return NluFeedbackRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type NluFeedbackRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type NluFeedbackRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainFeedbackRequest.builder(String domainId, NluFeedbackRequest body) voidPostLanguageunderstandingDomainFeedbackRequest.setBody(NluFeedbackRequest body) PostLanguageunderstandingDomainFeedbackRequest.Builder.withBody(NluFeedbackRequest body) PostLanguageunderstandingDomainFeedbackRequest.withBody(NluFeedbackRequest body) PostLanguageunderstandingDomainFeedbackRequest.Builder.withRequiredParams(String domainId, NluFeedbackRequest body) -
Uses of NluFeedbackRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluFeedbackRequestModifier and TypeMethodDescriptionNluFeedbackRequest.intents(List<IntentFeedback> intents) Detected intent of the utteranceThe language of the version to which feedback is linked, e.g. en-us, de-deThe feedback text.The domain version ID of the feedback.