Vapi · Schema

GenerateScenariosDTO

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
assistantId string ID of the assistant to generate scenarios for
squadId string ID of the squad to generate scenarios for
View JSON Schema on GitHub

JSON Schema

vapi-generatescenariosdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerateScenariosDTO",
  "title": "GenerateScenariosDTO",
  "type": "object",
  "properties": {
    "assistantId": {
      "type": "string",
      "description": "ID of the assistant to generate scenarios for"
    },
    "squadId": {
      "type": "string",
      "description": "ID of the squad to generate scenarios for"
    }
  }
}