Renders a short, impactful quote from a customer review, often accompanied
| Surface | Note |
|---|---|
| googlechat | Renders as basic text and author name; star rating may be shown as emojis or text. |
| Renders as basic text and author name; star rating may be shown as a static image or text. |
| Field | Type | |
|---|---|---|
| review_text | string | required |
| author_name | string | required |
| rating | number | required |
| max_rating | integer | required |
| product_name | string | required |
{
"type": "review_callout",
"review_text": "Review text",
"author_name": "Author Name",
"rating": 75,
"max_rating": 75,
"product_name": "Product name"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:review_callout",
"displayName": "Review Callout",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/review_callout",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a short, impactful quote from a customer review, often accompanied",
"representativeQueries": [
"show a highlighted customer review excerpt by a star rating",
"renders a short, impactful quote from a customer review, often accompanied",
"render a review callout"
]
}
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 →