Class GetLanguageunderstandingDomainVersionRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetLanguageunderstandingDomainVersionRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDomainId(String domainId) voidsetDomainVersionId(String domainVersionId) voidsetIncludeUtterances(Boolean includeUtterances) withCustomHeader(String name, String value) withDomainId(String domainId) withDomainVersionId(String domainVersionId) withIncludeUtterances(Boolean includeUtterances)
-
Constructor Details
-
GetLanguageunderstandingDomainVersionRequest
public GetLanguageunderstandingDomainVersionRequest()
-
-
Method Details
-
getDomainId
-
setDomainId
-
withDomainId
-
getDomainVersionId
-
setDomainVersionId
-
withDomainVersionId
-
getIncludeUtterances
-
setIncludeUtterances
-
withIncludeUtterances
public GetLanguageunderstandingDomainVersionRequest withIncludeUtterances(Boolean includeUtterances) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetLanguageunderstandingDomainVersionRequest.Builder builder(String domainId, String domainVersionId)
-