Structured output schema
{
"outcome": "Therapists Customer Intake AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "service interest captured during the call.",
"name": "service_interest",
"required": true,
"type": "text"
},
{
"description": "availability captured during the call.",
"name": "availability",
"required": true,
"type": "text"
},
{
"description": "insurance or payment captured during the call.",
"name": "insurance_or_payment",
"required": false,
"type": "text"
},
{
"description": "crisis flag captured during the call.",
"name": "crisis_flag",
"required": false,
"type": "text"
},
{
"description": "preferred contact captured during the call.",
"name": "preferred_contact",
"required": false,
"type": "text"
},
{
"description": "email captured during the call.",
"name": "email",
"required": false,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": false,
"type": "text"
},
{
"description": "summary captured during the call.",
"name": "summary",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
}
]
}