Amanski
12/24/2024, 10:32 AMts
analysisPlan: {
  structuredDataPlan: {
    enabled: true,
    schema: {
      type: 'object',
      properties: {
            wasVoicemail: { type: 'boolean', description: 'Did we get a voicemail?' },
            wasRecorded: { type: 'boolean', description: 'Was the call recorded?'},
          }
    }
  }
}ts
structuredDataSchema: {
  type: 'object',
  properties: {
    receivedVoicemail: {
      description: 'Whether the assistant encountered a voicemail',
      type: 'boolean'
    }
  }
}Vapi
12/24/2024, 10:34 AManalysisPlananalysisPlansVapi
12/24/2024, 10:34 AMShubham Bajaj
01/05/2025, 10:25 PMShubham Bajaj
01/11/2025, 4:49 PM