Class MessageInputOptionsStateless
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.MessageInputOptionsStateless
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MessageInputOptionsStateless
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Optional properties that control how the assistant responds.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessageInputOptionsStateless.Builder
Builder. -
Method Summary
Modifier and Type Method Description Boolean
alternateIntents()
Gets the alternateIntents.Boolean
debug()
Gets the debug.MessageInputOptionsStateless.Builder
newBuilder()
New builder.Boolean
restart()
Gets the restart.MessageInputOptionsSpelling
spelling()
Gets the spelling.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a MessageInputOptionsStateless builder
-
restart
Gets the restart.Whether to restart dialog processing at the root of the dialog, regardless of any previously visited nodes. **Note:** This does not affect `turn_count` or any other context variables.
- Returns:
- the restart
-
alternateIntents
Gets the alternateIntents.Whether to return more than one intent. Set to `true` to return all matching intents.
- Returns:
- the alternateIntents
-
spelling
Gets the spelling.Spelling correction options for the message. Any options specified on an individual message override the settings configured for the skill.
- Returns:
- the spelling
-
debug
Gets the debug.Whether to return additional diagnostic information. Set to `true` to return additional information in the `output.debug` property.
- Returns:
- the debug
-