TargetedMeetingNotification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
TargetedMeetingNotification
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>) |