共用方式為


MsTeamsChannelProperties interface

The parameters to provide for the Microsoft Teams channel.

Properties

acceptedTerms

Whether this channel accepted terms

callingWebhook

Webhook for Microsoft Teams channel calls

deploymentEnvironment

Deployment environment for Microsoft Teams channel calls

enableCalling

Enable calling for Microsoft Teams channel

incomingCallRoute

Webhook for Microsoft Teams channel calls

isEnabled

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