Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainVersionDetectRequest.Builder
Packages that use PostLanguageunderstandingDomainVersionDetectRequest.Builder
-
Uses of PostLanguageunderstandingDomainVersionDetectRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingDomainVersionDetectRequest.BuilderModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionDetectRequest.builder()PostLanguageunderstandingDomainVersionDetectRequest.builder(String domainId, String domainVersionId, NluDetectionRequest body) PostLanguageunderstandingDomainVersionDetectRequest.Builder.withBody(NluDetectionRequest body) PostLanguageunderstandingDomainVersionDetectRequest.Builder.withDomainId(String domainId) PostLanguageunderstandingDomainVersionDetectRequest.Builder.withDomainVersionId(String domainVersionId) PostLanguageunderstandingDomainVersionDetectRequest.Builder.withRequiredParams(String domainId, String domainVersionId, NluDetectionRequest body)