Compact inline-level alert embedded within content flow — an icon and short message that appears beside labels, form fields, or within paragraphs without disrupting layout. Distinct from alert_banner (full-width strip) and toast_notification (transient overlay).
| Surface | Note |
|---|---|
| googlechat | renders as plain text prefix with emoji icon; no colour or border styling |
| icon glyph only; background colour unreliable across clients | |
| renders as plain text with emoji prefix; no colour |
| Field | Type | |
|---|---|---|
| type | string. Severity level — "info", "warning", "error", or "success". | required |
| message | string. The alert text. | required |
| detail | string. A secondary line of smaller detail text. | optional |
| icon | string. Override the default icon for the severity type. | optional |
{
"type": "info",
"message": "Your action was completed successfully."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:inline_alert",
"displayName": "Inline Alert",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/inline_alert",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Compact inline-level alert embedded within content flow \u2014 an icon and short message that appears beside labels, form fields, or within paragraphs without disrupting layout. Distinct from alert_banner (full-width strip) and toast_notification (transient overlay).",
"representativeQueries": [
"show a inline icon-plus-text alert embedded in content flow",
"compact inline-level alert embedded within content flow \u2014 an icon and short message that appears bes",
"render a inline alert"
]
}
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 →