共用方式為


ChannelAccount 類別

定義

路由傳送訊息所需的通道帳戶資訊。

public class ChannelAccount
type ChannelAccount = class
Public Class ChannelAccount
繼承
ChannelAccount
衍生

建構函式

ChannelAccount()

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

ChannelAccount(String, String, String, String)

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

屬性

AadObjectId

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

Id

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

Name

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

Properties

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

Role

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

適用於