TelephonyPhoneNumbers Class

A telephone number for the Telephony channel.

Inheritance
azure.mgmt.botservice._serialization.Model
TelephonyPhoneNumbers

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
str

The element id.

phone_number
str

The phone number.

acs_endpoint
str

The endpoint of ACS.

acs_secret
str

The secret of ACS.

acs_resource_id
str

The resource id of ACS.

cognitive_service_subscription_key
str

The subscription key of cognitive service.

cognitive_service_region
str

The service region of cognitive service.

cognitive_service_resource_id
str

The resource id of cognitive service.

default_locale
str

The default locale of the phone number.

offer_type
str

Optional Property that will determine the offering type of the phone.

Variables

Name Description
id
str

The element id.

phone_number
str

The phone number.

acs_endpoint
str

The endpoint of ACS.

acs_secret
str

The secret of ACS.

acs_resource_id
str

The resource id of ACS.

cognitive_service_subscription_key
str

The subscription key of cognitive service.

cognitive_service_region
str

The service region of cognitive service.

cognitive_service_resource_id
str

The resource id of cognitive service.

default_locale
str

The default locale of the phone number.

offer_type
str

Optional Property that will determine the offering type of the phone.