Chowderr
01/20/2025, 7:32 PMVapi
01/20/2025, 7:34 PMVapi
01/20/2025, 7:34 PMChowderr
01/20/2025, 7:35 PMShubham Bajaj
01/21/2025, 2:05 PMjson
"schema": {
"type": "object",
"properties": {
"name": { "type": "string" },
"email": { "type": "string" },
"phone": { "type": "string" },
"information": { "type": "string" }
},
"description": "Extract the name, phone, email, and booking information from the call.",
"required": ["name", "email", "phone", "information"]
}
Note: Use Postman API client for handling nested JSON schema properties.Chowderr
01/21/2025, 5:19 PMShubham Bajaj
01/22/2025, 5:39 PM