Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageInputOptionsStateless

Optional properties that control how the assistant responds.

Hierarchy

  • MessageInputOptionsStateless

Index

Properties

Optional alternate_intents

alternate_intents: boolean

Whether to return more than one intent. Set to true to return all matching intents.

Optional debug

debug: boolean

Whether to return additional diagnostic information. Set to true to return additional information in the output.debug property.

Optional restart

restart: boolean

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.

Optional spelling

Spelling correction options for the message. Any options specified on an individual message override the settings configured for the skill.

Generated using TypeDoc