Review Callout

Renders a short, impactful quote from a customer review, often accompanied

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as basic text and author name; star rating may be shown as emojis or text.
emailRenders as basic text and author name; star rating may be shown as a static image or text.
Fields
FieldType
review_textstringrequired
author_namestringrequired
ratingnumberrequired
max_ratingintegerrequired
product_namestringrequired
Example payload
{
  "type": "review_callout",
  "review_text": "Review text",
  "author_name": "Author Name",
  "rating": 75,
  "max_rating": 75,
  "product_name": "Product name"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →