Record
send-a-voice-call-params
No description available.
record send-a-voice-call-params {
body: string,
country: option<string>,
custom-string: option<string>,
lang: option<string>,
list-id: option<f64>,
machine-detection: option<f64>,
require-input: option<f64>,
schedule: option<f64>,
source: option<string>,
to: string,
voice: string,
}Fields
| Name | Type | Description |
|---|---|---|
| body | string | |
| country | option<string> | |
| custom-string | option<string> | |
| lang | option<string> | |
| list-id | option<f64> | |
| machine-detection | option<f64> | |
| require-input | option<f64> | |
| schedule | option<f64> | |
| source | option<string> | |
| to | string | |
| voice | string |