Class GetLanguageunderstandingMinerDraftRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetLanguageunderstandingMinerDraftRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDraftId(String draftId) voidsetDraftIntentId(String draftIntentId) voidsetDraftTopicId(String draftTopicId) voidsetMinerId(String minerId) withCustomHeader(String name, String value) withDraftId(String draftId) withDraftIntentId(String draftIntentId) withDraftTopicId(String draftTopicId) withMinerId(String minerId)
-
Constructor Details
-
GetLanguageunderstandingMinerDraftRequest
public GetLanguageunderstandingMinerDraftRequest()
-
-
Method Details
-
getMinerId
-
setMinerId
-
withMinerId
-
getDraftId
-
setDraftId
-
withDraftId
-
getDraftIntentId
-
setDraftIntentId
-
withDraftIntentId
-
getDraftTopicId
-
setDraftTopicId
-
withDraftTopicId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetLanguageunderstandingMinerDraftRequest.Builder builder(String minerId, String draftId)
-