Ahmer
11/25/2025, 11:36 AMVapi Support Bot
11/25/2025, 11:37 AMassistant-overrides prop. Here’s a concrete example for the web widget:
html
<vapi-widget
public-key="your-public-key"
assistant-id="your-assistant-id"
assistant-overrides='{
"variableValues": {
"customerName": "John Doe",
"customerTier": "Premium"
}
}'
/>
This will personalize the assistant’s responses with the provided customer information in your web or mobile interface. For more details, see the [Web Widget documentation](https://docs.vapi.ai/chat/web-widget).
Source:
- [Web Widget documentation](https://docs.vapi.ai/chat/web-widget)Chiranjeet Mishra
11/27/2025, 9:00 AM