formattedValue property
The Dialogflow system entity formatted value of this message part.
For example for a system entity of type @sys.unit-currency
, this may
contain: { "amount": 5, "currency": "USD" }
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Object? formattedValue;