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