Class DialogNodeNextStep.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.DialogNodeNextStep.Builder
- Enclosing class:
- DialogNodeNextStep
public static class DialogNodeNextStep.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DialogNodeNextStep.Builder
behavior(String behavior)
Set the behavior.DialogNodeNextStep
build()
Builds a DialogNodeNextStep.DialogNodeNextStep.Builder
dialogNode(String dialogNode)
Set the dialogNode.DialogNodeNextStep.Builder
selector(String selector)
Set the selector.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
behavior
- the behavior
-
-
Method Details
-
build
Builds a DialogNodeNextStep.- Returns:
- the new DialogNodeNextStep instance
-
behavior
Set the behavior.- Parameters:
behavior
- the behavior- Returns:
- the DialogNodeNextStep builder
-
dialogNode
Set the dialogNode.- Parameters:
dialogNode
- the dialogNode- Returns:
- the DialogNodeNextStep builder
-
selector
Set the selector.- Parameters:
selector
- the selector- Returns:
- the DialogNodeNextStep builder
-