Vapi · Schema

ChatAssistantOverrides

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
variableValues object Variable values for template substitution
View JSON Schema on GitHub

JSON Schema

vapi-chatassistantoverrides-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatAssistantOverrides",
  "title": "ChatAssistantOverrides",
  "type": "object",
  "properties": {
    "variableValues": {
      "type": "object",
      "description": "Variable values for template substitution",
      "example": {
        "name": "John",
        "company": "ACME Corp"
      }
    }
  }
}