Uses of Class
com.mypurecloud.sdk.v2.model.NluFeedbackResponse
Packages that use NluFeedbackResponse
-
Uses of NluFeedbackResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return NluFeedbackResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainFeedbackFeedbackId(GetLanguageunderstandingDomainFeedbackFeedbackIdRequest request) Find a FeedbackLanguageUnderstandingApi.getLanguageunderstandingDomainFeedbackFeedbackId(String domainId, String feedbackId, List<String> fields) Find a FeedbackLanguageUnderstandingApi.postLanguageunderstandingDomainFeedback(PostLanguageunderstandingDomainFeedbackRequest request) Create feedback for the NLU Domain Version.LanguageUnderstandingApi.postLanguageunderstandingDomainFeedback(String domainId, NluFeedbackRequest body) Create feedback for the NLU Domain Version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type NluFeedbackResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainFeedbackFeedbackId(ApiRequest<Void> request) Find a FeedbackLanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackFeedbackIdAsync(GetLanguageunderstandingDomainFeedbackFeedbackIdRequest request, AsyncApiCallback<NluFeedbackResponse> callback) Find a FeedbackLanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackFeedbackIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluFeedbackResponse>> callback) Find a FeedbackLanguageUnderstandingApi.getLanguageunderstandingDomainFeedbackFeedbackIdWithHttpInfo(String domainId, String feedbackId, List<String> fields) Find a FeedbackLanguageUnderstandingApi.postLanguageunderstandingDomainFeedback(ApiRequest<NluFeedbackRequest> request) Create feedback for the NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainFeedbackAsync(PostLanguageunderstandingDomainFeedbackRequest request, AsyncApiCallback<NluFeedbackResponse> callback) Create feedback for the NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainFeedbackAsync(ApiRequest<NluFeedbackRequest> request, AsyncApiCallback<ApiResponse<NluFeedbackResponse>> callback) 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 NluFeedbackResponseModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackFeedbackIdAsync(GetLanguageunderstandingDomainFeedbackFeedbackIdRequest request, AsyncApiCallback<NluFeedbackResponse> callback) Find a FeedbackLanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackFeedbackIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluFeedbackResponse>> callback) Find a FeedbackLanguageUnderstandingApiAsync.postLanguageunderstandingDomainFeedbackAsync(PostLanguageunderstandingDomainFeedbackRequest request, AsyncApiCallback<NluFeedbackResponse> callback) 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 NluFeedbackResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluFeedbackResponseModifier and TypeMethodDescriptionNluFeedbackResponse.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.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type NluFeedbackResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type NluFeedbackResponseModifier and TypeMethodDescriptionNluFeedbackListing.entities(List<NluFeedbackResponse> entities) voidNluFeedbackListing.setEntities(List<NluFeedbackResponse> entities)