Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainVersionsRequest
Packages that use PostLanguageunderstandingDomainVersionsRequest
-
Uses of PostLanguageunderstandingDomainVersionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLanguageunderstandingDomainVersionsRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersions(PostLanguageunderstandingDomainVersionsRequest request) Create an NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionsAsync(PostLanguageunderstandingDomainVersionsRequest request, AsyncApiCallback<NluDomainVersion> callback) Create an NLU Domain Version. -
Uses of PostLanguageunderstandingDomainVersionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingDomainVersionsRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionsRequest.Builder.build()PostLanguageunderstandingDomainVersionsRequest.withBody(NluDomainVersion body) PostLanguageunderstandingDomainVersionsRequest.withCustomHeader(String name, String value) PostLanguageunderstandingDomainVersionsRequest.withDomainId(String domainId) PostLanguageunderstandingDomainVersionsRequest.withIncludeUtterances(Boolean includeUtterances)