Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLanguageunderstandingDomainVersionTrainRequest
Packages that use PostLanguageunderstandingDomainVersionTrainRequest
-
Uses of PostLanguageunderstandingDomainVersionTrainRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLanguageunderstandingDomainVersionTrainRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingDomainVersionTrain(PostLanguageunderstandingDomainVersionTrainRequest request) Train the draft NLU Domain Version.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainVersionTrainAsync(PostLanguageunderstandingDomainVersionTrainRequest request, AsyncApiCallback<NluDomainVersionTrainingResponse> callback) Train the draft NLU Domain Version. -
Uses of PostLanguageunderstandingDomainVersionTrainRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLanguageunderstandingDomainVersionTrainRequestModifier and TypeMethodDescriptionPostLanguageunderstandingDomainVersionTrainRequest.Builder.build()PostLanguageunderstandingDomainVersionTrainRequest.withCustomHeader(String name, String value) PostLanguageunderstandingDomainVersionTrainRequest.withDomainId(String domainId) PostLanguageunderstandingDomainVersionTrainRequest.withDomainVersionId(String domainVersionId)