Inline Feedback Message

A small, contextual message displayed inline with content, often used

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as basic text; no custom icons, colors, or complex inline styling.
emailRenders as basic text; no custom icons, colors, or complex inline styling.
Live preview
Fields
FieldType
messagestring The feedback message text.required
typestring The type of feedback (e.g., "success", "error", "warning", "info").required
iconstring Optional icon to display next to the message.optional
Example payload
{
  "type": "info",
  "message": "Your action was completed successfully."
}
ARD catalog entry
{
  "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",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →