Whether to return more than one intent. Set to true
to return all matching intents.
Whether to return additional diagnostic information. Set to true
to return additional information in the
output.debug
property. If you also specify return_context=true
, the returned skill context includes the
system.state
property.
Whether to return session context, including full conversation state. If you specify true
, the response
includes the context
property, and the skill context includes the system.state
property.
Note: If export=true
, the context is returned regardless of the value of return_context.
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.
Whether to return session context with the response. If you specify true
, the response includes the
context
property. If you also specify debug=true
, the returned skill context includes the system.state
property.
Spelling correction options for the message. Any options specified on an individual message override the settings configured for the skill.
Generated using TypeDoc
Optional properties that control how the assistant responds.