Renders a single customer testimonial with text, author details, and
| Surface | Note |
|---|---|
| googlechat | Renders as basic text and author name; avatar and complex styling are not supported. |
| Renders as basic text and author name; avatar and complex styling may be rendered as a simple image or not at all depending on client. |
| Field | Type | |
|---|---|---|
| text | string | required |
| author_name | string | required |
| author_title | string | required |
| author_avatar_url | string | required |
| rating | integer | required |
{
"type": "testimonial_card",
"text": "A concise description of the content.",
"author_name": "Author Name",
"author_title": "Author title",
"author_avatar_url": "https://example.com",
"rating": 75
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:testimonial_card",
"displayName": "Testimonial Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/testimonial_card",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a single customer testimonial with text, author details, and",
"representativeQueries": [
"show a customer testimonial with photo name and quote an optional avatar",
"renders a single customer testimonial with text, author details, and",
"render a testimonial card"
]
}
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 →