AI-generated Key Takeaways
-
An Intent Parameter Value represents a value for an intent parameter, with both original and resolved components.
-
The original field is a required string of the text value extracted from the user's utterance.
-
The resolved field is a required structured value extracted from user input, populated only if the parameter is defined and the value is 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. |