Sdílet prostřednictvím


MeetingInfo Konstruktory

Definice

Přetížení

MeetingInfo()

Inicializuje novou instanci MeetingInfo třídy.

MeetingInfo(MeetingDetails, ConversationAccount, TeamsChannelAccount)

Inicializuje novou instanci MeetingInfo třídy.

MeetingInfo()

Inicializuje novou instanci MeetingInfo třídy.

public MeetingInfo ();
Public Sub New ()

Platí pro

MeetingInfo(MeetingDetails, ConversationAccount, TeamsChannelAccount)

Inicializuje novou instanci MeetingInfo třídy.

public MeetingInfo (Microsoft.Bot.Schema.Teams.MeetingDetails details, Microsoft.Bot.Schema.ConversationAccount conversation = default, Microsoft.Bot.Schema.Teams.TeamsChannelAccount organizer = default);
new Microsoft.Bot.Schema.Teams.MeetingInfo : Microsoft.Bot.Schema.Teams.MeetingDetails * Microsoft.Bot.Schema.ConversationAccount * Microsoft.Bot.Schema.Teams.TeamsChannelAccount -> Microsoft.Bot.Schema.Teams.MeetingInfo
Public Sub New (details As MeetingDetails, Optional conversation As ConversationAccount = Nothing, Optional organizer As TeamsChannelAccount = Nothing)

Parametry

details
MeetingDetails

Podrobné informace o schůzce

conversation
ConversationAccount

Účet konverzace pro schůzku.

organizer
TeamsChannelAccount

Informace specifické pro tohoto organizátora konkrétní schůzky.

Platí pro