Testimonial Card

Renders a single customer testimonial with text, author details, and

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as basic text and author name; avatar and complex styling are not supported.
emailRenders as basic text and author name; avatar and complex styling may be rendered as a simple image or not at all depending on client.
Fields
FieldType
textstringrequired
author_namestringrequired
author_titlestringrequired
author_avatar_urlstringrequired
ratingintegerrequired
Example payload
{
  "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
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →