다음을 통해 공유


TeamsParticipantChannelAccount 생성자

정의

오버로드

TeamsParticipantChannelAccount()

TeamsParticipantChannelAccount 클래스의 새 인스턴스를 초기화합니다.

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

TeamsParticipantChannelAccount 클래스의 새 인스턴스를 초기화합니다.

TeamsParticipantChannelAccount()

TeamsParticipantChannelAccount 클래스의 새 인스턴스를 초기화합니다.

public TeamsParticipantChannelAccount ();
Public Sub New ()

적용 대상

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

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)

매개 변수

id
String

이 채널의 사용자 또는 봇에 대한 채널 ID입니다. (예: joe@smith.com, 또는 @joesmith 123456).

name
String

식별 이름을 표시합니다.

givenName
String

사용자 이름의 이름 부분을 지정합니다.

surname
String

사용자 이름의 성 부분입니다.

email
String

사용자의 id를 Email.

userPrincipalName
String

고유한 사용자 계정 이름입니다.

tenantId
String

사용자의 TenantId입니다.

userRole
String

사용자의 UserRole입니다.

meetingRole
String

현재 모임에서 참가자의 역할입니다.

inMeeting
Boolean

참가자가 모임에 있는 경우 True입니다.

conversation
ConversationAccount

모임에 대한 대화 계정입니다.

적용 대상