Uses of Class
com.mypurecloud.sdk.v2.model.NluDomain
Packages that use NluDomain
Package
Description
-
Uses of NluDomain in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return NluDomainModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomain(GetLanguageunderstandingDomainRequest request) Find an NLU Domain.LanguageUnderstandingApi.getLanguageunderstandingDomain(String domainId) Find an NLU Domain.LanguageUnderstandingApi.patchLanguageunderstandingDomain(PatchLanguageunderstandingDomainRequest request) Update an NLU Domain.LanguageUnderstandingApi.patchLanguageunderstandingDomain(String domainId, NluDomain body) Update an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomains(PostLanguageunderstandingDomainsRequest request) Create an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomains(NluDomain body) Create an NLU Domain.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type NluDomainModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomain(ApiRequest<Void> request) Find an NLU Domain.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainAsync(GetLanguageunderstandingDomainRequest request, AsyncApiCallback<NluDomain> callback) Find an NLU Domain.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Find an NLU Domain.LanguageUnderstandingApi.getLanguageunderstandingDomainWithHttpInfo(String domainId) Find an NLU Domain.LanguageUnderstandingApi.patchLanguageunderstandingDomain(ApiRequest<NluDomain> request) Update an NLU Domain.LanguageUnderstandingApiAsync.patchLanguageunderstandingDomainAsync(PatchLanguageunderstandingDomainRequest request, AsyncApiCallback<NluDomain> callback) Update an NLU Domain.LanguageUnderstandingApiAsync.patchLanguageunderstandingDomainAsync(ApiRequest<NluDomain> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Update an NLU Domain.LanguageUnderstandingApi.patchLanguageunderstandingDomainWithHttpInfo(String domainId, NluDomain body) Update an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomains(ApiRequest<NluDomain> request) Create an NLU Domain.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainsAsync(PostLanguageunderstandingDomainsRequest request, AsyncApiCallback<NluDomain> callback) Create an NLU Domain.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainsAsync(ApiRequest<NluDomain> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Create an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomainsWithHttpInfo(NluDomain body) Create an NLU Domain.Methods in com.mypurecloud.sdk.v2.api with parameters of type NluDomainModifier and TypeMethodDescriptionLanguageUnderstandingApi.patchLanguageunderstandingDomain(String domainId, NluDomain body) Update an NLU Domain.LanguageUnderstandingApi.patchLanguageunderstandingDomainWithHttpInfo(String domainId, NluDomain body) Update an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomains(NluDomain body) Create an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomainsWithHttpInfo(NluDomain body) Create an NLU Domain.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type NluDomainModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingDomainAsync(GetLanguageunderstandingDomainRequest request, AsyncApiCallback<NluDomain> callback) Find an NLU Domain.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Find an NLU Domain.LanguageUnderstandingApi.patchLanguageunderstandingDomain(ApiRequest<NluDomain> request) Update an NLU Domain.LanguageUnderstandingApiAsync.patchLanguageunderstandingDomainAsync(PatchLanguageunderstandingDomainRequest request, AsyncApiCallback<NluDomain> callback) Update an NLU Domain.LanguageUnderstandingApiAsync.patchLanguageunderstandingDomainAsync(ApiRequest<NluDomain> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Update an NLU Domain.LanguageUnderstandingApiAsync.patchLanguageunderstandingDomainAsync(ApiRequest<NluDomain> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Update an NLU Domain.LanguageUnderstandingApi.postLanguageunderstandingDomains(ApiRequest<NluDomain> request) Create an NLU Domain.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainsAsync(PostLanguageunderstandingDomainsRequest request, AsyncApiCallback<NluDomain> callback) Create an NLU Domain.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainsAsync(ApiRequest<NluDomain> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Create an NLU Domain.LanguageUnderstandingApiAsync.postLanguageunderstandingDomainsAsync(ApiRequest<NluDomain> request, AsyncApiCallback<ApiResponse<NluDomain>> callback) Create an NLU Domain. -
Uses of NluDomain in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return NluDomainModifier and TypeMethodDescriptionPatchLanguageunderstandingDomainRequest.getBody()PostLanguageunderstandingDomainsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type NluDomainModifier and TypeMethodDescriptionPatchLanguageunderstandingDomainRequest.withHttpInfo()PostLanguageunderstandingDomainsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type NluDomainModifier and TypeMethodDescriptionvoidvoidPatchLanguageunderstandingDomainRequest.Builder.withRequiredParams(String domainId, NluDomain body) PostLanguageunderstandingDomainsRequest.Builder.withRequiredParams(NluDomain body) -
Uses of NluDomain in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluDomainModifier and TypeMethodDescriptionNluDomain.engineVersion(String engineVersion) The version of the NLU engine to use.NluDomainVersion.getDomain()NluDomainVersionReference.getDomain()The language culture of the NLU domain, e.g.The name of the NLU domain.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type NluDomainMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type NluDomain