AI-generated Key Takeaways
-
An IntentParameterValue represents a value for an intent parameter.
-
It includes the original text value extracted from the user's utterance and the structured value for the parameter.
-
The resolved value is populated only if the parameter is defined in the matched intent and the value could be identified.
Represents a value for intent parameter.
JSON representation | |
---|---|
{ "original": string, "resolved": value } |
Fields | |
---|---|
original |
Required. Original text value extracted from user utterance. |
resolved |
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. |