다음을 통해 공유


MeetingNotification<T> 클래스

정의

모임 알림 값을 포함하여 봇 모임 알림을 지정합니다.

public class MeetingNotification<T> : Microsoft.Bot.Schema.Teams.MeetingNotificationBase
type MeetingNotification<'T> = class
    inherit MeetingNotificationBase
Public Class MeetingNotification(Of T)
Inherits MeetingNotificationBase

형식 매개 변수

T

첫 번째 제네릭 형식 매개 변수입니다.

상속
MeetingNotification<T>
파생

생성자

MeetingNotification<T>()

MeetingNotification<T> 클래스의 새 인스턴스를 초기화합니다.

속성

Type

봇 모임 알림 유형을 가져오거나 설정합니다.

(다음에서 상속됨 MeetingNotificationBase)
Value

Teams 봇 모임 알림 값을 가져오거나 설정합니다.

적용 대상