Compartilhar via


TeamsParticipantChannelAccount Construtores

Definição

Sobrecargas

TeamsParticipantChannelAccount()

Inicializa uma nova instância da classe TeamsParticipantChannelAccount.

TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)

Inicializa uma nova instância da classe TeamsParticipantChannelAccount.

TeamsParticipantChannelAccount()

Inicializa uma nova instância da classe TeamsParticipantChannelAccount.

public TeamsParticipantChannelAccount ();
Public Sub New ()

Aplica-se a

TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)

Inicializa uma nova instância da classe TeamsParticipantChannelAccount.

public TeamsParticipantChannelAccount (string id = default, string name = default, string givenName = default, string surname = default, string email = default, string userPrincipalName = default, string tenantId = default, string userRole = default, string meetingRole = default, bool inMeeting = false, Microsoft.Bot.Schema.ConversationAccount conversation = default);
new Microsoft.Bot.Schema.Teams.TeamsParticipantChannelAccount : string * string * string * string * string * string * string * string * string * bool * Microsoft.Bot.Schema.ConversationAccount -> Microsoft.Bot.Schema.Teams.TeamsParticipantChannelAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional givenName As String = Nothing, Optional surname As String = Nothing, Optional email As String = Nothing, Optional userPrincipalName As String = Nothing, Optional tenantId As String = Nothing, Optional userRole As String = Nothing, Optional meetingRole As String = Nothing, Optional inMeeting As Boolean = false, Optional conversation As ConversationAccount = Nothing)

Parâmetros

id
String

ID do canal para o usuário ou bot neste canal. (Exemplo: joe@smith.comou ou @joesmith 123456).

name
String

Nome amigável para exibição.

givenName
String

Parte do nome fornecido do nome de usuário.

surname
String

Parte do sobrenome do nome de usuário.

email
String

Email ID do usuário.

userPrincipalName
String

Nome principal do usuário exclusivo.

tenantId
String

TenantId do usuário.

userRole
String

UserRole do usuário.

meetingRole
String

Função do participante na reunião atual.

inMeeting
Boolean

True, se o participante estiver na reunião.

conversation
ConversationAccount

Conta de conversa para a reunião.

Aplica-se a