Payload
| Name | Type | Description |
|---|---|---|
dial_id | string | The ID of the dial this function call is associated with. |
params | object | Object containing the function call parameters. |
dial | Dial | The dial that triggered the function call. |
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Name | Type | Description |
|---|---|---|
dial_id | string | The ID of the dial this function call is associated with. |
params | object | Object containing the function call parameters. |
dial | Dial | The dial that triggered the function call. |
{
"dial_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"dial": {
...
},
"params": {
"name": "John Doe"
}
}