MsTeamsChannelProperties interface
The parameters to provide for the Microsoft Teams channel.
Properties
accepted |
Whether this channel accepted terms |
calling |
Webhook for Microsoft Teams channel calls |
deployment |
Deployment environment for Microsoft Teams channel calls |
enable |
Enable calling for Microsoft Teams channel |
incoming |
Webhook for Microsoft Teams channel calls |
is |
Whether this channel is enabled for the bot |
Property Details
acceptedTerms
Whether this channel accepted terms
acceptedTerms?: boolean
Property Value
boolean
callingWebhook
Webhook for Microsoft Teams channel calls
callingWebhook?: string
Property Value
string
deploymentEnvironment
Deployment environment for Microsoft Teams channel calls
deploymentEnvironment?: string
Property Value
string
enableCalling
Enable calling for Microsoft Teams channel
enableCalling?: boolean
Property Value
boolean
incomingCallRoute
Webhook for Microsoft Teams channel calls
incomingCallRoute?: string
Property Value
string
isEnabled
Whether this channel is enabled for the bot
isEnabled: boolean
Property Value
boolean