Uses of Class
com.mypurecloud.sdk.v2.model.DraftRequest
Packages that use DraftRequest
Package
Description
-
Uses of DraftRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DraftRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.patchLanguageunderstandingMinerDraft(String minerId, String draftId, DraftRequest body) Save information for the draft.LanguageUnderstandingApi.patchLanguageunderstandingMinerDraftWithHttpInfo(String minerId, String draftId, DraftRequest body) Save information for the draft.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DraftRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.patchLanguageunderstandingMinerDraft(ApiRequest<DraftRequest> request) Save information for the draft.LanguageUnderstandingApiAsync.patchLanguageunderstandingMinerDraftAsync(ApiRequest<DraftRequest> request, AsyncApiCallback<ApiResponse<Draft>> callback) Save information for the draft. -
Uses of DraftRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DraftRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DraftRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DraftRequestModifier and TypeMethodDescriptionvoidPatchLanguageunderstandingMinerDraftRequest.setBody(DraftRequest body) PatchLanguageunderstandingMinerDraftRequest.Builder.withBody(DraftRequest body) PatchLanguageunderstandingMinerDraftRequest.withBody(DraftRequest body) -
Uses of DraftRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DraftRequestModifier and TypeMethodDescriptionDraftRequest.intents(List<DraftIntents> intents) Draft intent object.DraftRequest.topics(List<DraftTopicRequest> topics) Draft topic object.