IntentParameterValue

Represents a value for intent parameter.

JSON representation
{
  "original": string,
  "resolved": value
}
Fields
original

string

Required. Original text value extracted from user utterance.

resolved

value (Value format)

Required. Structured value for parameter extracted from user input. 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.