AlexaChannel Class

Alexa channel definition.

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

Inheritance
azure.mgmt.botservice.models._models_py3.Channel
AlexaChannel

Constructor

AlexaChannel(*, properties: Optional[azure.mgmt.botservice.models._models_py3.AlexaChannelProperties] = None, **kwargs)

Parameters

channel_name
str
Required

Required. The channel name.Constant filled by server.

properties
AlexaChannelProperties
Required

The set of properties specific to Alexa channel resource.