TargetedMeetingNotification Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica la notificación de reunión de destino de 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)
- Herencia
-
TargetedMeetingNotification
Constructores
| TargetedMeetingNotification() |
Inicializa una nueva instancia de la clase TargetedMeetingNotification. |
| TargetedMeetingNotification(TargetedMeetingNotificationValue) |
Inicializa una nueva instancia de la clase TargetedMeetingNotification. |
Propiedades
| ChannelData |
Obtiene o establece los datos del canal de notificación de reunión del bot de Teams. |
| Type |
Obtiene o establece el tipo de notificación de reunión del bot. (Heredado de MeetingNotificationBase) |
| Value |
Obtiene o establece el valor de notificación de reunión del bot de Teams. (Heredado de MeetingNotification<T>) |