TargetedMeetingNotification Class

Definition

Specifies Teams targeted meeting notification.

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

Constructors

TargetedMeetingNotification()

Initializes a new instance of the TargetedMeetingNotification class.

TargetedMeetingNotification(TargetedMeetingNotificationValue)

Initializes a new instance of the TargetedMeetingNotification class.

Properties

ChannelData

Gets or sets Teams Bot meeting notification channel data.

Type

Gets or sets type of Bot meeting notification.

(Inherited from MeetingNotificationBase)
Value

Gets or sets Teams Bot meeting notification value.

(Inherited from MeetingNotification<T>)

Applies to