Renders an endorsement from an industry expert, including their quote,
| Surface | Note |
|---|---|
| googlechat | Renders as basic text and expert name; avatar and rich formatting are not supported. |
| Renders as basic text and expert name; avatar and rich formatting may be rendered as a simple image or not at all. |
| Field | Type | |
|---|---|---|
| quote | string | required |
| expert_name | string | required |
| expert_title | string | required |
| expert_organization | string | required |
| expert_avatar_url | string | required |
{
"type": "expert_endorsement",
"quote": "The vocabulary IS the discovery layer.",
"expert_name": "Expert name",
"expert_title": "Expert title",
"expert_organization": "Expert organization",
"expert_avatar_url": "https://example.com"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:expert_endorsement",
"displayName": "Expert Endorsement",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/expert_endorsement",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders an endorsement from an industry expert, including their quote,",
"representativeQueries": [
"show a expert quote with credentials and photo name, and credentials",
"renders an endorsement from an industry expert, including their quote,",
"render a expert endorsement"
]
}
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 →