AlexaChannelProperties Class

The parameters to provide for the Alexa channel.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
AlexaChannelProperties

Constructor

AlexaChannelProperties(*, alexa_skill_id: str, is_enabled: bool, **kwargs)

Parameters

alexa_skill_id
str
Required

Required. The Alexa skill Id.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.

Variables

url_fragment
str

Url fragment used in part of the Uri configured in Alexa.

service_endpoint_uri
str

Full Uri used to configured the skill in Alexa.