TeamsParticipantChannelAccount 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
사용자 이름의 성 부분입니다.
- String
사용자의 id를 Email.
- userPrincipalName
- String
고유한 사용자 계정 이름입니다.
- tenantId
- String
사용자의 TenantId입니다.
- userRole
- String
사용자의 UserRole입니다.
- meetingRole
- String
현재 모임에서 참가자의 역할입니다.
- inMeeting
- Boolean
참가자가 모임에 있는 경우 True입니다.
- conversation
- ConversationAccount
모임에 대한 대화 계정입니다.