TeamsParticipantChannelAccount Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
TeamsParticipantChannelAccount() |
Inicjuje nowe wystąpienie klasy TeamsParticipantChannelAccount. |
TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount) |
Inicjuje nowe wystąpienie klasy TeamsParticipantChannelAccount. |
TeamsParticipantChannelAccount()
Inicjuje nowe wystąpienie klasy TeamsParticipantChannelAccount.
public TeamsParticipantChannelAccount ();
Public Sub New ()
Dotyczy
TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- id
- String
Identyfikator kanału użytkownika lub bota w tym kanale. (Przykład: joe@smith.com, lub @joesmith 123456).
- name
- String
Przyjazna nazwa wyświetlana.
- givenName
- String
Podana część nazwy użytkownika.
- surname
- String
Część nazwiska użytkownika.
- String
Email identyfikator użytkownika.
- userPrincipalName
- String
Unikatowa główna nazwa użytkownika.
- tenantId
- String
TenantId użytkownika.
- userRole
- String
UserRole użytkownika.
- meetingRole
- String
Rola uczestnika w bieżącym spotkaniu.
- inMeeting
- Boolean
Prawda, jeśli uczestnik jest na spotkaniu.
- conversation
- ConversationAccount
Konto konwersacji dla spotkania.