共用方式為


ConversationAccount 類別

定義

交談帳戶代表通道內交談的身分識別。

public class ConversationAccount
type ConversationAccount = class
Public Class ConversationAccount
繼承
ConversationAccount

建構函式

ConversationAccount()

初始化 ConversationAccount 類別的新執行個體。

ConversationAccount(Nullable<Boolean>, String, String, String, String, String, String)

初始化 ConversationAccount 類別的新執行個體。

屬性

AadObjectId

取得或設定 Azure Active Directory (AAD) 內的此帳戶物件識別碼。

ConversationType

取得或設定表示通道中區分交談類型的交談類型。

Id

取得或設定此通道上使用者或 Bot 的通道識別碼, (範例: joe@smith.com 或 或 @joesmith 123456) 。

IsGroup

取得或設定指出對話在產生活動時是否包含兩個以上的參與者。

Name

取得或設定顯示易記名稱。

Properties

取得或設定不是由 ConversationAccount 型別定義但可能出現在 REST JSON 物件中的屬性。

Role

取得或設定帳戶後方實體的角色 (範例:使用者、Bot 等) 。 可能的值包括:'user'、'bot'。

TenantId

取得或設定此交談的租使用者識別碼。

適用於