Delen via


TeamsChannelData Constructors

Definitie

Overloads

TeamsChannelData()

Initialiseert een nieuw exemplaar van de klasse TeamsChannelData.

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

Initialiseert een nieuw exemplaar van de klasse TeamsChannelData.

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

Initialiseert een nieuw exemplaar van de klasse TeamsChannelData.

TeamsChannelData()

Initialiseert een nieuw exemplaar van de klasse TeamsChannelData.

public TeamsChannelData ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

channel
ChannelInfo

Informatie over het kanaal waarin het bericht is verzonden.

eventType
String

Type gebeurtenis.

team
TeamInfo

Informatie over het team waarin het bericht is verzonden.

notification
NotificationInfo

Meldingsinstellingen voor het bericht.

tenant
TenantInfo

Informatie over de tenant waarin het bericht is verzonden.

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

channel
ChannelInfo

Informatie over het kanaal waarin het bericht is verzonden.

eventType
String

Type gebeurtenis.

team
TeamInfo

Informatie over het team waarin het bericht is verzonden.

notification
NotificationInfo

Meldingsinstellingen voor het bericht.

tenant
TenantInfo

Informatie over de tenant waarin het bericht is verzonden.

onBehalfOf
IList<OnBehalfOf>

De onBehalfOf-informatie van het bericht.

Van toepassing op