Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLanguageunderstandingDomainVersionsRequest
Packages that use GetLanguageunderstandingDomainVersionsRequest
-
Uses of GetLanguageunderstandingDomainVersionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLanguageunderstandingDomainVersionsRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingDomainVersions(GetLanguageunderstandingDomainVersionsRequest 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. -
Uses of GetLanguageunderstandingDomainVersionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLanguageunderstandingDomainVersionsRequestModifier and TypeMethodDescriptionGetLanguageunderstandingDomainVersionsRequest.Builder.build()GetLanguageunderstandingDomainVersionsRequest.withCustomHeader(String name, String value) GetLanguageunderstandingDomainVersionsRequest.withDomainId(String domainId) GetLanguageunderstandingDomainVersionsRequest.withIncludeUtterances(Boolean includeUtterances) GetLanguageunderstandingDomainVersionsRequest.withPageNumber(Integer pageNumber) GetLanguageunderstandingDomainVersionsRequest.withPageSize(Integer pageSize)