Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
DialogNodeNextStep |
DialogNodeNextStep.Builder.build()
Builds a DialogNodeNextStep.
|
DialogNodeNextStep |
UpdateDialogNodeOptions.newNextStep()
Gets the newNextStep.
|
DialogNodeNextStep |
CreateDialogNodeOptions.nextStep()
Gets the nextStep.
|
DialogNodeNextStep |
DialogNode.nextStep()
Gets the nextStep.
|
DialogNodeNextStep |
UpdateDialogNode.nextStep()
Gets the nextStep.
|
Modifier and Type | Method and Description |
---|---|
UpdateDialogNodeOptions.Builder |
UpdateDialogNodeOptions.Builder.newNextStep(DialogNodeNextStep newNextStep)
Set the newNextStep.
|
CreateDialogNodeOptions.Builder |
CreateDialogNodeOptions.Builder.nextStep(DialogNodeNextStep nextStep)
Set the nextStep.
|
DialogNode.Builder |
DialogNode.Builder.nextStep(DialogNodeNextStep nextStep)
Set the nextStep.
|
UpdateDialogNode.Builder |
UpdateDialogNode.Builder.nextStep(DialogNodeNextStep nextStep)
Set the nextStep.
|
Copyright © 2024 IBM Cloud. All rights reserved.