Uses of Class
com.mypurecloud.sdk.v2.model.NluDetectionRequest
Packages that use NluDetectionRequest
Package
Description
-
Uses of NluDetectionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type NluDetectionRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetect(String domainId, String domainVersionId, NluDetectionRequest body) 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 NluDetectionRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetect(ApiRequest<NluDetectionRequest> request) 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 NluDetectionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return NluDetectionRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type NluDetectionRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionDetectRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type NluDetectionRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionDetectRequest.builder(String domainId, String domainVersionId, NluDetectionRequest body) voidPostLanguageunderstandingDomainVersionDetectRequest.setBody(NluDetectionRequest body) PostLanguageunderstandingDomainVersionDetectRequest.Builder.withBody(NluDetectionRequest body) PostLanguageunderstandingDomainVersionDetectRequest.withBody(NluDetectionRequest body) PostLanguageunderstandingDomainVersionDetectRequest.Builder.withRequiredParams(String domainId, String domainVersionId, NluDetectionRequest body) -
Uses of NluDetectionRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluDetectionRequestModifier and TypeMethodDescriptionNluDetectionRequest.context(NluDetectionContext context) The context for the input to NLU detection.NluDetectionRequest.input(NluDetectionInput input) The input subject to NLU detection.