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