Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainVersionDetectRequest
Packages that use PostLanguageunderstandingDomainVersionDetectRequest
-
Uses of PostLanguageunderstandingDomainVersionDetectRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLanguageunderstandingDomainVersionDetectRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionDetect(PostLanguageunderstandingDomainVersionDetectRequest 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. -
Uses of PostLanguageunderstandingDomainVersionDetectRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingDomainVersionDetectRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionDetectRequest.Builder.build()PostLanguageunderstandingDomainVersionDetectRequest.withBody(NluDetectionRequest body) PostLanguageunderstandingDomainVersionDetectRequest.withCustomHeader(String name, String value) PostLanguageunderstandingDomainVersionDetectRequest.withDomainId(String domainId) PostLanguageunderstandingDomainVersionDetectRequest.withDomainVersionId(String domainVersionId)