Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Intent

Required. Represents the last matched intent.

Represents an intent.

Hierarchy

  • Intent

Properties

Properties

Optional name

name: undefined | string

Required. The name of the last matched intent.

Optional params

params: undefined | object

Required. Represents parameters identified as part of intent matching. This is a map of the name of the identified parameter to the value of the parameter identified from user input. All parameters defined in the matched intent that are identified will be surfaced here.

Optional query

query: undefined | string

Optional. Typed or spoken input from the end user that matched this intent. This will be populated when an intent is matched, based on the user input.

Generated using TypeDoc