Renders a premium, aesthetic call emotion summary and theme board showing detected sentiments, dominant moods with color codings, active themes, and word weightings.
| Field | Type | |
|---|---|---|
| title | string (optional, e.g., 'Call Mood & Themes Summary') | optional |
| moods | list of dictionaries representing call emotions: [{'mood': 'Collaborative', 'intensity': 85, 'color': '#10b981'}, ...] | required |
| themes | list of dictionaries representing keywords/themes: [{'term': 'Pricing', 'weight': 90, 'sentiment': 'neutral'}, ...] | required |
| summary | string (optional summary paragraph) | optional |
{
"type": "call_mood_board",
"moods": 1,
"themes": [
{
"label": "Positive",
"count": 42
},
{
"label": "Neutral",
"count": 18
},
{
"label": "Negative",
"count": 7
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:call_mood_board",
"displayName": "Call Mood Board",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/call_mood_board",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a premium, aesthetic call emotion summary and theme board showing detected sentiments, dominant moods with color codings, active themes, and word weightings.",
"representativeQueries": [
"show a visual summary board of call sentiments moods and active themes",
"renders a premium, aesthetic call emotion summary and theme board showing detected sentiments, domin",
"render a call mood board"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →