Class MessageInputOptionsStateless.Builder
java.lang.Object
com.ibm.watson.assistant.v2.model.MessageInputOptionsStateless.Builder
- Enclosing class:
- MessageInputOptionsStateless
public static class MessageInputOptionsStateless.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder. -
Method Summary
Modifier and Type Method Description MessageInputOptionsStateless.Builder
alternateIntents(Boolean alternateIntents)
Set the alternateIntents.MessageInputOptionsStateless
build()
Builds a MessageInputOptionsStateless.MessageInputOptionsStateless.Builder
debug(Boolean debug)
Set the debug.MessageInputOptionsStateless.Builder
restart(Boolean restart)
Set the restart.MessageInputOptionsStateless.Builder
spelling(MessageInputOptionsSpelling spelling)
Set the spelling.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a MessageInputOptionsStateless.- Returns:
- the new MessageInputOptionsStateless instance
-
restart
Set the restart.- Parameters:
restart
- the restart- Returns:
- the MessageInputOptionsStateless builder
-
alternateIntents
Set the alternateIntents.- Parameters:
alternateIntents
- the alternateIntents- Returns:
- the MessageInputOptionsStateless builder
-
spelling
Set the spelling.- Parameters:
spelling
- the spelling- Returns:
- the MessageInputOptionsStateless builder
-
debug
Set the debug.- Parameters:
debug
- the debug- Returns:
- the MessageInputOptionsStateless builder
-