แชร์ผ่าน


MeetingNotification<T> Class

Definition

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
MeetingNotification<T>
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.

Applies to