TargetedMeetingNotification Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica a notificação de reunião direcionada do 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)
- Herança
-
TargetedMeetingNotification
Construtores
TargetedMeetingNotification() |
Inicializa uma nova instância da classe TargetedMeetingNotification. |
TargetedMeetingNotification(TargetedMeetingNotificationValue) |
Inicializa uma nova instância da classe TargetedMeetingNotification. |
Propriedades
ChannelData |
Obtém ou define os dados do canal de notificação de reunião do Teams Bot. |
Type |
Obtém ou define o tipo de notificação de reunião do Bot. (Herdado de MeetingNotificationBase) |
Value |
Obtém ou define o valor da notificação de reunião do Bot do Teams. (Herdado de MeetingNotification<T>) |