Uses of Class
com.mypurecloud.sdk.v2.model.NluDetectionResponse
Packages that use NluDetectionResponse
-
Uses of NluDetectionResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return NluDetectionResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetect(PostLanguageunderstandingDomainVersionDetectRequest request) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.LanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetect(String domainId, String domainVersionId, NluDetectionRequest body) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type NluDetectionResponseModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetect(ApiRequest<NluDetectionRequest> request) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionDetectAsync(PostLanguageunderstandingDomainVersionDetectRequest request, AsyncApiCallback<NluDetectionResponse> callback) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionDetectAsync(ApiRequest<NluDetectionRequest> request, AsyncApiCallback<ApiResponse<NluDetectionResponse>> callback) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.LanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetectWithHttpInfo(String domainId, String domainVersionId, NluDetectionRequest body) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type NluDetectionResponseModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionDetectAsync(PostLanguageunderstandingDomainVersionDetectRequest request, AsyncApiCallback<NluDetectionResponse> callback) Detect intent, entities, etc. in the submitted text using the specified NLU domain version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionDetectAsync(ApiRequest<NluDetectionRequest> request, AsyncApiCallback<ApiResponse<NluDetectionResponse>> callback) Detect intent, entities, etc. in the submitted text using the specified NLU domain version. -
Uses of NluDetectionResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluDetectionResponseModifier and TypeMethodDescriptionNluDetectionResponse.input(NluDetectionInput input) NluDetectionResponse.output(NluDetectionOutput output)