Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainVersionPublishRequest
Packages that use PostLanguageunderstandingDomainVersionPublishRequest
-
Uses of PostLanguageunderstandingDomainVersionPublishRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLanguageunderstandingDomainVersionPublishRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionPublish(PostLanguageunderstandingDomainVersionPublishRequest request) Publish the draft NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionPublishAsync(PostLanguageunderstandingDomainVersionPublishRequest request, AsyncApiCallback<NluDomainVersion> callback) Publish the draft NLU Domain Version. -
Uses of PostLanguageunderstandingDomainVersionPublishRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingDomainVersionPublishRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionPublishRequest.Builder.build()PostLanguageunderstandingDomainVersionPublishRequest.withCustomHeader(String name, String value) PostLanguageunderstandingDomainVersionPublishRequest.withDomainId(String domainId) PostLanguageunderstandingDomainVersionPublishRequest.withDomainVersionId(String domainVersionId)