Partager via


TeamsChannelData Constructeurs

Définition

Surcharges

TeamsChannelData()

Initialise une nouvelle instance de la classe TeamsChannelData.

TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo)

Initialise une nouvelle instance de la classe TeamsChannelData.

TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo, IList<OnBehalfOf>)

Initialise une nouvelle instance de la classe TeamsChannelData.

TeamsChannelData()

Initialise une nouvelle instance de la classe TeamsChannelData.

public TeamsChannelData ();
Public Sub New ()

S’applique à

TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo)

Initialise une nouvelle instance de la classe TeamsChannelData.

public TeamsChannelData (Microsoft.Bot.Schema.Teams.ChannelInfo channel = default, string eventType = default, Microsoft.Bot.Schema.Teams.TeamInfo team = default, Microsoft.Bot.Schema.Teams.NotificationInfo notification = default, Microsoft.Bot.Schema.Teams.TenantInfo tenant = default);
new Microsoft.Bot.Schema.Teams.TeamsChannelData : Microsoft.Bot.Schema.Teams.ChannelInfo * string * Microsoft.Bot.Schema.Teams.TeamInfo * Microsoft.Bot.Schema.Teams.NotificationInfo * Microsoft.Bot.Schema.Teams.TenantInfo -> Microsoft.Bot.Schema.Teams.TeamsChannelData
Public Sub New (Optional channel As ChannelInfo = Nothing, Optional eventType As String = Nothing, Optional team As TeamInfo = Nothing, Optional notification As NotificationInfo = Nothing, Optional tenant As TenantInfo = Nothing)

Paramètres

channel
ChannelInfo

Informations sur le canal dans lequel le message a été envoyé.

eventType
String

Type d’événement.

team
TeamInfo

Informations sur l’équipe dans laquelle le message a été envoyé.

notification
NotificationInfo

Paramètres de notification du message.

tenant
TenantInfo

Informations sur le locataire dans lequel le message a été envoyé.

S’applique à

TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo, IList<OnBehalfOf>)

Initialise une nouvelle instance de la classe TeamsChannelData.

public TeamsChannelData (Microsoft.Bot.Schema.Teams.ChannelInfo channel = default, string eventType = default, Microsoft.Bot.Schema.Teams.TeamInfo team = default, Microsoft.Bot.Schema.Teams.NotificationInfo notification = default, Microsoft.Bot.Schema.Teams.TenantInfo tenant = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.OnBehalfOf> onBehalfOf = default);
new Microsoft.Bot.Schema.Teams.TeamsChannelData : Microsoft.Bot.Schema.Teams.ChannelInfo * string * Microsoft.Bot.Schema.Teams.TeamInfo * Microsoft.Bot.Schema.Teams.NotificationInfo * Microsoft.Bot.Schema.Teams.TenantInfo * System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.OnBehalfOf> -> Microsoft.Bot.Schema.Teams.TeamsChannelData
Public Sub New (Optional channel As ChannelInfo = Nothing, Optional eventType As String = Nothing, Optional team As TeamInfo = Nothing, Optional notification As NotificationInfo = Nothing, Optional tenant As TenantInfo = Nothing, Optional onBehalfOf As IList(Of OnBehalfOf) = Nothing)

Paramètres

channel
ChannelInfo

Informations sur le canal dans lequel le message a été envoyé.

eventType
String

Type d’événement.

team
TeamInfo

Informations sur l’équipe dans laquelle le message a été envoyé.

notification
NotificationInfo

Paramètres de notification du message.

tenant
TenantInfo

Informations sur le locataire dans lequel le message a été envoyé.

onBehalfOf
IList<OnBehalfOf>

Informations OnBehalfOf du message.

S’applique à