A small, contextual message displayed inline with content, often used
| Surface | Note |
|---|---|
| googlechat | Renders as basic text; no custom icons, colors, or complex inline styling. |
| Renders as basic text; no custom icons, colors, or complex inline styling. |
| Field | Type | |
|---|---|---|
| message | string The feedback message text. | required |
| type | string The type of feedback (e.g., "success", "error", "warning", "info"). | required |
| icon | string Optional icon to display next to the message. | optional |
{
"type": "info",
"message": "Your action was completed successfully."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:inline_feedback_message",
"displayName": "Inline Feedback Message",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/inline_feedback_message",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "A small, contextual message displayed inline with content, often used",
"representativeQueries": [
"show a inline success error or warning message for validation feedback or hints",
"a small, contextual message displayed inline with content, often used",
"render a inline feedback message"
]
}
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 →