MsTeamsChannelProperties Class

The parameters to provide for the Microsoft Teams channel.

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

Inheritance
MsTeamsChannelProperties

Constructor

MsTeamsChannelProperties(*, is_enabled: bool, enable_calling: Optional[bool] = None, calling_web_hook: Optional[str] = None, **kwargs)

Parameters

enable_calling
bool
Required

Enable calling for Microsoft Teams channel.

calling_web_hook
str
Required

Webhook for Microsoft Teams channel calls.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.