TargetedMeetingNotification 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 ciblée Teams.
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)
- Héritage
-
TargetedMeetingNotification
Constructeurs
TargetedMeetingNotification() |
Initialise une nouvelle instance de la classe TargetedMeetingNotification. |
TargetedMeetingNotification(TargetedMeetingNotificationValue) |
Initialise une nouvelle instance de la classe TargetedMeetingNotification. |
Propriétés
ChannelData |
Obtient ou définit les données du canal de notification de réunion teams Bot. |
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. (Hérité de MeetingNotification<T>) |