LineChannel Class

Line channel definition.

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

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

Constructor

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

Parameters

channel_name
str
Required

Required. The channel name.Constant filled by server.

properties
LineChannelProperties
Required

The set of properties specific to line channel resource.