Call Mood Board

Renders a premium, aesthetic call emotion summary and theme board showing detected sentiments, dominant moods with color codings, active themes, and word weightings.

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
titlestring (optional, e.g., 'Call Mood & Themes Summary')optional
moodslist of dictionaries representing call emotions: [{'mood': 'Collaborative', 'intensity': 85, 'color': '#10b981'}, ...]required
themeslist of dictionaries representing keywords/themes: [{'term': 'Pricing', 'weight': 90, 'sentiment': 'neutral'}, ...]required
summarystring (optional summary paragraph)optional
Example payload
{
  "type": "call_mood_board",
  "moods": 1,
  "themes": [
    {
      "label": "Positive",
      "count": 42
    },
    {
      "label": "Neutral",
      "count": 18
    },
    {
      "label": "Negative",
      "count": 7
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →