public class MessageInputOptionsStateless
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MessageInputOptionsStateless.Builder
Builder.
|
Modifier and Type | Method and 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.
|
public MessageInputOptionsStateless.Builder newBuilder()
public Boolean 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.
public Boolean alternateIntents()
Whether to return more than one intent. Set to `true` to return all matching intents.
public MessageInputOptionsSpelling spelling()
Spelling correction options for the message. Any options specified on an individual message override the settings configured for the skill.
public Boolean debug()
Whether to return additional diagnostic information. Set to `true` to return additional information in the `output.debug` property.
Copyright © 2023 IBM Cloud. All rights reserved.