TwilioTelephonyBinding interface
A Twilio binding owned by a voice agent.
- Extends
Properties
| phone_number | The Twilio E.164 phone number. |
| provider | The Twilio provider. |
Inherited Properties
| connection_name | The Foundry connection name for the telephony provider. |
| id | The service-generated binding identifier. |
| incoming_call_url | The service-generated webhook URL to configure with the telephony provider. |
| label | The optional display label for the binding. |
| status | The lifecycle status. |
Property Details
phone_number
The Twilio E.164 phone number.
phone_number: string
Property Value
string
provider
The Twilio provider.
provider: "twilio"
Property Value
"twilio"
Inherited Property Details
connection_name
The Foundry connection name for the telephony provider.
connection_name: string
Property Value
string
Inherited From TelephonyBinding.connection_name
id
The service-generated binding identifier.
id: string
Property Value
string
Inherited From TelephonyBinding.id
incoming_call_url
The service-generated webhook URL to configure with the telephony provider.
incoming_call_url: string
Property Value
string
Inherited From TelephonyBinding.incoming_call_url
label
The optional display label for the binding.
label?: string
Property Value
string
Inherited From TelephonyBinding.label
status
The lifecycle status.
status: TelephonyBindingStatus
Property Value
Inherited From TelephonyBinding.status