Uses of Class
com.mypurecloud.sdk.v2.model.NluDomainVersionListing
Packages that use NluDomainVersionListing
-
Uses of NluDomainVersionListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return NluDomainVersionListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainVersions(GetLanguageunderstandingDomainVersionsRequest request) Get all NLU Domain Versions for a given Domain.LanguageUnderstandingApi.getLanguageunderstandingDomainVersions(String domainId, Boolean includeUtterances, Integer pageNumber, Integer pageSize) Get all NLU Domain Versions for a given Domain.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type NluDomainVersionListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainVersions(ApiRequest<Void> request) Get all NLU Domain Versions for a given Domain.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainVersionsAsync(GetLanguageunderstandingDomainVersionsRequest request, AsyncApiCallback<NluDomainVersionListing> callback) Get all NLU Domain Versions for a given Domain.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluDomainVersionListing>> callback) Get all NLU Domain Versions for a given Domain.LanguageUnderstandingApi.getLanguageunderstandingDomainVersionsWithHttpInfo(String domainId, Boolean includeUtterances, Integer pageNumber, Integer pageSize) Get all NLU Domain Versions for a given Domain.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type NluDomainVersionListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingDomainVersionsAsync(GetLanguageunderstandingDomainVersionsRequest request, AsyncApiCallback<NluDomainVersionListing> callback) Get all NLU Domain Versions for a given Domain.LanguageUnderstandingApiAsync.getLanguageunderstandingDomainVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<NluDomainVersionListing>> callback) Get all NLU Domain Versions for a given Domain. -
Uses of NluDomainVersionListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluDomainVersionListingModifier and TypeMethodDescriptionNluDomainVersionListing.entities(List<NluDomainVersion> entities) NluDomainVersionListing.pageNumber(Integer pageNumber) NluDomainVersionListing.previousUri(String previousUri)