public static class UpdateDialogNodeOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
UpdateDialogNodeOptions.Builder()
Instantiates a new builder.
|
UpdateDialogNodeOptions.Builder(java.lang.String workspaceId,
java.lang.String dialogNode)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateDialogNodeOptions.Builder |
addNewActions(DialogNodeAction newActions)
Adds an newActions to newActions.
|
UpdateDialogNodeOptions |
build()
Builds a UpdateDialogNodeOptions.
|
UpdateDialogNodeOptions.Builder |
dialogNode(java.lang.String dialogNode)
Set the dialogNode.
|
UpdateDialogNodeOptions.Builder |
newActions(java.util.List<DialogNodeAction> newActions)
Set the newActions.
|
UpdateDialogNodeOptions.Builder |
newConditions(java.lang.String newConditions)
Set the newConditions.
|
UpdateDialogNodeOptions.Builder |
newContext(java.util.Map newContext)
Set the newContext.
|
UpdateDialogNodeOptions.Builder |
newDescription(java.lang.String newDescription)
Set the newDescription.
|
UpdateDialogNodeOptions.Builder |
newDialogNode(java.lang.String newDialogNode)
Set the newDialogNode.
|
UpdateDialogNodeOptions.Builder |
newDigressIn(java.lang.String newDigressIn)
Set the newDigressIn.
|
UpdateDialogNodeOptions.Builder |
newDigressOut(java.lang.String newDigressOut)
Set the newDigressOut.
|
UpdateDialogNodeOptions.Builder |
newDigressOutSlots(java.lang.String newDigressOutSlots)
Set the newDigressOutSlots.
|
UpdateDialogNodeOptions.Builder |
newEventName(java.lang.String newEventName)
Set the newEventName.
|
UpdateDialogNodeOptions.Builder |
newMetadata(java.util.Map newMetadata)
Set the newMetadata.
|
UpdateDialogNodeOptions.Builder |
newNextStep(DialogNodeNextStep newNextStep)
Set the newNextStep.
|
UpdateDialogNodeOptions.Builder |
newOutput(DialogNodeOutput newOutput)
Set the newOutput.
|
UpdateDialogNodeOptions.Builder |
newParent(java.lang.String newParent)
Set the newParent.
|
UpdateDialogNodeOptions.Builder |
newPreviousSibling(java.lang.String newPreviousSibling)
Set the newPreviousSibling.
|
UpdateDialogNodeOptions.Builder |
newTitle(java.lang.String newTitle)
Set the newTitle.
|
UpdateDialogNodeOptions.Builder |
newUserLabel(java.lang.String newUserLabel)
Set the newUserLabel.
|
UpdateDialogNodeOptions.Builder |
newVariable(java.lang.String newVariable)
Set the newVariable.
|
UpdateDialogNodeOptions.Builder |
nodeType(java.lang.String nodeType)
Set the nodeType.
|
UpdateDialogNodeOptions.Builder |
workspaceId(java.lang.String workspaceId)
Set the workspaceId.
|
public UpdateDialogNodeOptions.Builder()
public UpdateDialogNodeOptions.Builder(java.lang.String workspaceId, java.lang.String dialogNode)
workspaceId
- the workspaceIddialogNode
- the dialogNodepublic UpdateDialogNodeOptions build()
public UpdateDialogNodeOptions.Builder addNewActions(DialogNodeAction newActions)
newActions
- the new newActionspublic UpdateDialogNodeOptions.Builder workspaceId(java.lang.String workspaceId)
workspaceId
- the workspaceIdpublic UpdateDialogNodeOptions.Builder dialogNode(java.lang.String dialogNode)
dialogNode
- the dialogNodepublic UpdateDialogNodeOptions.Builder nodeType(java.lang.String nodeType)
nodeType
- the nodeTypepublic UpdateDialogNodeOptions.Builder newActions(java.util.List<DialogNodeAction> newActions)
newActions
- the newActionspublic UpdateDialogNodeOptions.Builder newConditions(java.lang.String newConditions)
newConditions
- the newConditionspublic UpdateDialogNodeOptions.Builder newContext(java.util.Map newContext)
newContext
- the newContextpublic UpdateDialogNodeOptions.Builder newPreviousSibling(java.lang.String newPreviousSibling)
newPreviousSibling
- the newPreviousSiblingpublic UpdateDialogNodeOptions.Builder newVariable(java.lang.String newVariable)
newVariable
- the newVariablepublic UpdateDialogNodeOptions.Builder newUserLabel(java.lang.String newUserLabel)
newUserLabel
- the newUserLabelpublic UpdateDialogNodeOptions.Builder newMetadata(java.util.Map newMetadata)
newMetadata
- the newMetadatapublic UpdateDialogNodeOptions.Builder newTitle(java.lang.String newTitle)
newTitle
- the newTitlepublic UpdateDialogNodeOptions.Builder newDescription(java.lang.String newDescription)
newDescription
- the newDescriptionpublic UpdateDialogNodeOptions.Builder newDigressOut(java.lang.String newDigressOut)
newDigressOut
- the newDigressOutpublic UpdateDialogNodeOptions.Builder newEventName(java.lang.String newEventName)
newEventName
- the newEventNamepublic UpdateDialogNodeOptions.Builder newDigressOutSlots(java.lang.String newDigressOutSlots)
newDigressOutSlots
- the newDigressOutSlotspublic UpdateDialogNodeOptions.Builder newNextStep(DialogNodeNextStep newNextStep)
newNextStep
- the newNextSteppublic UpdateDialogNodeOptions.Builder newDigressIn(java.lang.String newDigressIn)
newDigressIn
- the newDigressInpublic UpdateDialogNodeOptions.Builder newOutput(DialogNodeOutput newOutput)
newOutput
- the newOutputpublic UpdateDialogNodeOptions.Builder newParent(java.lang.String newParent)
newParent
- the newParentpublic UpdateDialogNodeOptions.Builder newDialogNode(java.lang.String newDialogNode)
newDialogNode
- the newDialogNode