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
ユーザーのEmail ID。
- userPrincipalName
- String
一意のユーザー プリンシパル名。
- tenantId
- String
ユーザーの TenantId。
- userRole
- String
ユーザーの UserRole。
- meetingRole
- String
現在の会議での参加者の役割。
- inMeeting
- Boolean
True を指定すると、参加者が会議に参加します。
- conversation
- ConversationAccount
会議の会話アカウント。