Uses of Class
com.mypurecloud.sdk.v2.model.NluFeedbackListing
Packages that use NluFeedbackListing
-
Uses of NluFeedbackListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return NluFeedbackListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainFeedback(GetLanguageunderstandingDomainFeedbackRequest request) Get all feedback in the given NLU Domain Version.LanguageUnderstandingApi.getLanguageunderstandingDomainFeedback(String domainId, String intentName, String assessment, LocalDate dateStart, LocalDate dateEnd, Boolean includeDeleted, String language, Integer pageNumber, Integer pageSize, Boolean enableCursorPagination, Boolean includeTrainingUtterances, String after, List<String> fields) Get all feedback in the given NLU Domain Version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type NluFeedbackListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainFeedback(ApiRequest<Void> request) Get all feedback in the given NLU Domain Version.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackAsync(GetLanguageunderstandingDomainFeedbackRequest request, AsyncApiCallback<NluFeedbackListing> callback) Get all feedback in the given NLU Domain Version.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluFeedbackListing>> callback) Get all feedback in the given NLU Domain Version.LanguageUnderstandingApi.getLanguageunderstandingDomainFeedbackWithHttpInfo(String domainId, String intentName, String assessment, LocalDate dateStart, LocalDate dateEnd, Boolean includeDeleted, String language, Integer pageNumber, Integer pageSize, Boolean enableCursorPagination, Boolean includeTrainingUtterances, String after, List<String> fields) Get all feedback in the given NLU Domain Version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type NluFeedbackListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackAsync(GetLanguageunderstandingDomainFeedbackRequest request, AsyncApiCallback<NluFeedbackListing> callback) Get all feedback in the given NLU Domain Version.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainFeedbackAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluFeedbackListing>> callback) Get all feedback in the given NLU Domain Version. -
Uses of NluFeedbackListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluFeedbackListingModifier and TypeMethodDescriptionNluFeedbackListing.entities(List<NluFeedbackResponse> entities) NluFeedbackListing.pageNumber(Integer pageNumber) NluFeedbackListing.previousUri(String previousUri)