Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLanguageunderstandingDomainVersionRequest
Packages that use GetLanguageunderstandingDomainVersionRequest
-
Uses of GetLanguageunderstandingDomainVersionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLanguageunderstandingDomainVersionRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainVersion(GetLanguageunderstandingDomainVersionRequest request) Find an NLU Domain Version.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainVersionAsync(GetLanguageunderstandingDomainVersionRequest request, AsyncApiCallback<NluDomainVersion> callback) Find an NLU Domain Version. -
Uses of GetLanguageunderstandingDomainVersionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLanguageunderstandingDomainVersionRequestModifier and TypeMethodDescriptionGetLanguageunderstandingDomainVersionRequest.Builder.build()GetLanguageunderstandingDomainVersionRequest.withCustomHeader(String name, String value) GetLanguageunderstandingDomainVersionRequest.withDomainId(String domainId) GetLanguageunderstandingDomainVersionRequest.withDomainVersionId(String domainVersionId) GetLanguageunderstandingDomainVersionRequest.withIncludeUtterances(Boolean includeUtterances)