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.Builderbehavior(String behavior)Set the behavior.DialogNodeNextStepbuild()Builds a DialogNodeNextStep.DialogNodeNextStep.BuilderdialogNode(String dialogNode)Set the dialogNode.DialogNodeNextStep.Builderselector(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
 
 
 -