TargetedMeetingNotification 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 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 类的新实例。 |
TargetedMeetingNotification(TargetedMeetingNotificationValue) |
初始化 TargetedMeetingNotification 类的新实例。 |
属性
ChannelData |
获取或设置 Teams 机器人会议通知通道数据。 |
Type |
获取或设置机器人会议通知的类型。 (继承自 MeetingNotificationBase) |
Value |
获取或设置 Teams 机器人会议通知值。 (继承自 MeetingNotification<T>) |