TelephonyBinding interface
A telephony binding owned by a voice agent.
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. |
| provider | The discriminator possible values: teams_phone_extension, twilio |
| status | The lifecycle status. |
Property Details
connection_name
The Foundry connection name for the telephony provider.
connection_name: string
Property Value
string
id
The service-generated binding identifier.
id: string
Property Value
string
incoming_call_url
The service-generated webhook URL to configure with the telephony provider.
incoming_call_url: string
Property Value
string
label
The optional display label for the binding.
label?: string
Property Value
string
provider
The discriminator possible values: teams_phone_extension, twilio
provider: TelephonyProvider