Inline Feedback Message

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

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
googlechatRenders as basic text; no custom icons, colors, or complex inline styling.
emailRenders as basic text; no custom icons, colors, or complex inline styling.
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",
    "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"
  ]
}
← 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 →