MeetingNotification<T> 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 Bot meeting notification including meeting notification value.
public class MeetingNotification<T> : Microsoft.Bot.Schema.Teams.MeetingNotificationBase
type MeetingNotification<'T> = class
inherit MeetingNotificationBase
Public Class MeetingNotification(Of T)
Inherits MeetingNotificationBase
Type Parameters
- T
The first generic type parameter.
- Inheritance
- Derived
Constructors
MeetingNotification<T>() |
Initializes a new instance of the MeetingNotification<T> class. |
Properties
Type |
Gets or sets type of Bot meeting notification. (Inherited from MeetingNotificationBase) |
Value |
Gets or sets Teams Bot meeting notification value. |