Tables - Simple
Provides a structure for displaying simple inline tables. Useful when you want to summarize the entities captured via conversation.
Last updated
Provides a structure for displaying simple inline tables. Useful when you want to summarize the entities captured via conversation.
Last updated
{
"name": "displaySimpleTable",
"inline": true,
"dense": true,
"height": null,
"fixedHeader": false,
"headers": ["Account", "Balance"],
"rows": [["<b>Current</b>", "$1271.21"], ["Private", "$137.54"]]
}