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