Uses of Class
com.mypurecloud.sdk.v2.api.request.PutLanguageunderstandingDomainVersionRequest
Packages that use PutLanguageunderstandingDomainVersionRequest
-
Uses of PutLanguageunderstandingDomainVersionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutLanguageunderstandingDomainVersionRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.putLanguageunderstandingDomainVersion(PutLanguageunderstandingDomainVersionRequest request) Update an NLU Domain Version.LanguageUnderstandingApiAsync.putLanguageunderstandingDomainVersionAsync(PutLanguageunderstandingDomainVersionRequest request, AsyncApiCallback<NluDomainVersion> callback) Update an NLU Domain Version. -
Uses of PutLanguageunderstandingDomainVersionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutLanguageunderstandingDomainVersionRequestModifier and TypeMethodDescriptionPutLanguageunderstandingDomainVersionRequest.Builder.build()PutLanguageunderstandingDomainVersionRequest.withBody(NluDomainVersion body) PutLanguageunderstandingDomainVersionRequest.withCustomHeader(String name, String value) PutLanguageunderstandingDomainVersionRequest.withDomainId(String domainId) PutLanguageunderstandingDomainVersionRequest.withDomainVersionId(String domainVersionId)