Class PostLanguageunderstandingDomainVersionsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainVersionsRequest.Builder
- Enclosing class:
- PostLanguageunderstandingDomainVersionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBody(NluDomainVersion body) withDomainId(String domainId) withIncludeUtterances(Boolean includeUtterances) withRequiredParams(String domainId, NluDomainVersion body)
-
Method Details
-
withDomainId
-
withBody
-
withIncludeUtterances
public PostLanguageunderstandingDomainVersionsRequest.Builder withIncludeUtterances(Boolean includeUtterances) -
withRequiredParams
public PostLanguageunderstandingDomainVersionsRequest.Builder withRequiredParams(String domainId, NluDomainVersion body) -
build
-