Renders a blockquote with an associated avatar and attribution.
| Surface | Note |
|---|---|
| googlechat | Renders as a simple blockquote with text attribution; avatar image is not supported. |
| Renders as a simple blockquote with text attribution; avatar image is not supported. |
| Field | Type | |
|---|---|---|
| quote | string (the quoted text) | required |
| author_name | string (name of the person quoted) | required |
| author_title | optional string (title or role of the person) | optional |
| avatar_url | optional string (URL to the author's avatar image) | optional |
{
"type": "blockquote_with_avatar",
"quote": "The vocabulary IS the discovery layer.",
"author_name": "Author Name"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:blockquote_with_avatar",
"displayName": "Blockquote With Avatar",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/blockquote_with_avatar",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a blockquote with an associated avatar and attribution.",
"representativeQueries": [
"show a testimonial quote with avatar and attribution",
"renders a blockquote with an associated avatar and attribution.",
"render a blockquote with avatar"
]
}
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 →