MeetingNotification<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la notification de réunion bot, y compris la valeur de notification de réunion.
public class MeetingNotification<T> : Microsoft.Bot.Schema.Teams.MeetingNotificationBase
type MeetingNotification<'T> = class
inherit MeetingNotificationBase
Public Class MeetingNotification(Of T)
Inherits MeetingNotificationBase
Paramètres de type
- T
Premier paramètre de type générique.
- Héritage
- Dérivé
Constructeurs
MeetingNotification<T>() |
Initialise une nouvelle instance de la classe MeetingNotification<T>. |
Propriétés
Type |
Obtient ou définit le type de notification de réunion bot. (Hérité de MeetingNotificationBase) |
Value |
Obtient ou définit la valeur de notification de réunion du bot Teams. |