TargetedMeetingNotification 类

定义

指定 Teams 定向会议通知。

public class TargetedMeetingNotification : Microsoft.Bot.Schema.Teams.MeetingNotification<Microsoft.Bot.Schema.Teams.TargetedMeetingNotificationValue>
type TargetedMeetingNotification = class
    inherit MeetingNotification<TargetedMeetingNotificationValue>
Public Class TargetedMeetingNotification
Inherits MeetingNotification(Of TargetedMeetingNotificationValue)
继承

构造函数

TargetedMeetingNotification()

初始化 TargetedMeetingNotification 类的新实例。

TargetedMeetingNotification(TargetedMeetingNotificationValue)

初始化 TargetedMeetingNotification 类的新实例。

属性

ChannelData

获取或设置 Teams 机器人会议通知通道数据。

Type

获取或设置机器人会议通知的类型。

(继承自 MeetingNotificationBase)
Value

获取或设置 Teams 机器人会议通知值。

(继承自 MeetingNotification<T>)

适用于