次の方法で共有


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

適用対象