Class DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
- Enclosing class:
- DialogNodeOutputGenericDialogNodeOutputResponseTypePause
public static class DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypePause
build()
Builds a DialogNodeOutputGenericDialogNodeOutputResponseTypePause.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
responseType(String responseType)
Set the responseType.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
time(long time)
Set the time.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
typing(Boolean typing)
Set the typing.
-
Constructor Details
-
Builder
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
responseType
- the responseTypetime
- the time
-
-
Method Details
-
build
Builds a DialogNodeOutputGenericDialogNodeOutputResponseTypePause.- Returns:
- the new DialogNodeOutputGenericDialogNodeOutputResponseTypePause instance
-
addChannels
public DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder addChannels(ResponseGenericChannel channels)Adds an channels to channels.- Parameters:
channels
- the new channels- Returns:
- the DialogNodeOutputGenericDialogNodeOutputResponseTypePause builder
-
responseType
public DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder responseType(String responseType)Set the responseType.- Parameters:
responseType
- the responseType- Returns:
- the DialogNodeOutputGenericDialogNodeOutputResponseTypePause builder
-
time
Set the time.- Parameters:
time
- the time- Returns:
- the DialogNodeOutputGenericDialogNodeOutputResponseTypePause builder
-
typing
Set the typing.- Parameters:
typing
- the typing- Returns:
- the DialogNodeOutputGenericDialogNodeOutputResponseTypePause builder
-
channels
public DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder channels(List<ResponseGenericChannel> channels)Set the channels. Existing channels will be replaced.- Parameters:
channels
- the channels- Returns:
- the DialogNodeOutputGenericDialogNodeOutputResponseTypePause builder
-