Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntentParameterValue

Hierarchy

  • IntentParameterValue

Properties

Properties

Optional original

original: undefined | string

Required. Original text value extracted from user utterance.

Optional resolved

resolved: any

Required. Structured value for parameter extracted from user utterance. This will only be populated if the parameter is defined in the matched intent and the value of the parameter could be identified during intent matching.

Generated using TypeDoc