TargetedMeetingNotification Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 Teams Bot. (Herdado de MeetingNotification<T>) |