TelephonyPhoneNumbers Class
A telephone number for the Telephony channel.
- Inheritance
-
azure.mgmt.botservice._serialization.ModelTelephonyPhoneNumbers
Constructor
TelephonyPhoneNumbers(*, id: str | None = None, phone_number: str | None = None, acs_endpoint: str | None = None, acs_secret: str | None = None, acs_resource_id: str | None = None, cognitive_service_subscription_key: str | None = None, cognitive_service_region: str | None = None, cognitive_service_resource_id: str | None = None, default_locale: str | None = None, offer_type: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The element id. |
phone_number
|
The phone number. |
acs_endpoint
|
The endpoint of ACS. |
acs_secret
|
The secret of ACS. |
acs_resource_id
|
The resource id of ACS. |
cognitive_service_subscription_key
|
The subscription key of cognitive service. |
cognitive_service_region
|
The service region of cognitive service. |
cognitive_service_resource_id
|
The resource id of cognitive service. |
default_locale
|
The default locale of the phone number. |
offer_type
|
Optional Property that will determine the offering type of the phone. |
Variables
Name | Description |
---|---|
id
|
The element id. |
phone_number
|
The phone number. |
acs_endpoint
|
The endpoint of ACS. |
acs_secret
|
The secret of ACS. |
acs_resource_id
|
The resource id of ACS. |
cognitive_service_subscription_key
|
The subscription key of cognitive service. |
cognitive_service_region
|
The service region of cognitive service. |
cognitive_service_resource_id
|
The resource id of cognitive service. |
default_locale
|
The default locale of the phone number. |
offer_type
|
Optional Property that will determine the offering type of the phone. |
Azure SDK for Python