Structured output schema
{
"outcome": "Construction Companies Vendor Quote Collection 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": "site captured during the call.",
"name": "site",
"required": true,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "safety flag captured during the call.",
"name": "safety_flag",
"required": false,
"type": "text"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": false,
"type": "date"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
},
{
"description": "vendor name captured during the call.",
"name": "vendor_name",
"required": false,
"type": "text"
},
{
"description": "item or service captured during the call.",
"name": "item_or_service",
"required": false,
"type": "text"
},
{
"description": "quoted price captured during the call.",
"name": "quoted_price",
"required": false,
"type": "text"
},
{
"description": "lead time captured during the call.",
"name": "lead_time",
"required": false,
"type": "date"
}
]
}