public static class MessageInputOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
MessageInputOptions.Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
MessageInputOptions.Builder |
alternateIntents(java.lang.Boolean alternateIntents)
Set the alternateIntents.
|
MessageInputOptions |
build()
Builds a MessageInputOptions.
|
MessageInputOptions.Builder |
debug(java.lang.Boolean debug)
Set the debug.
|
MessageInputOptions.Builder |
export(java.lang.Boolean export)
Set the export.
|
MessageInputOptions.Builder |
restart(java.lang.Boolean restart)
Set the restart.
|
MessageInputOptions.Builder |
returnContext(java.lang.Boolean returnContext)
Set the returnContext.
|
MessageInputOptions.Builder |
spelling(MessageInputOptionsSpelling spelling)
Set the spelling.
|
public MessageInputOptions.Builder()
public MessageInputOptions build()
public MessageInputOptions.Builder restart(java.lang.Boolean restart)
restart
- the restartpublic MessageInputOptions.Builder alternateIntents(java.lang.Boolean alternateIntents)
alternateIntents
- the alternateIntentspublic MessageInputOptions.Builder spelling(MessageInputOptionsSpelling spelling)
spelling
- the spellingpublic MessageInputOptions.Builder debug(java.lang.Boolean debug)
debug
- the debugpublic MessageInputOptions.Builder returnContext(java.lang.Boolean returnContext)
returnContext
- the returnContextpublic MessageInputOptions.Builder export(java.lang.Boolean export)
export
- the export