AI-generated Key Takeaways
-
JSON representation showcases the intent parameter's value with
original
indicating the user's input andresolved
displaying the structured, extracted value. -
original
is a required string field containing the raw user utterance, whileresolved
is a required field providing the structured data in Value format, but only if the parameter is defined within the intent and a value is identified during matching.
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. |