Vapi · Schema

CreateSesameVoiceDTO

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
voiceName string The name of the voice.
transcription string The transcript of the utterance.
View JSON Schema on GitHub

JSON Schema

vapi-createsesamevoicedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSesameVoiceDTO",
  "title": "CreateSesameVoiceDTO",
  "type": "object",
  "properties": {
    "voiceName": {
      "type": "string",
      "description": "The name of the voice."
    },
    "transcription": {
      "type": "string",
      "description": "The transcript of the utterance."
    }
  }
}