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>) |