共用方式為


ChannelAccount interface

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

屬性

aadObjectId

此帳戶在 Azure Active Directory 內的物件識別碼 (AAD)

id

此通道上使用者或 Bot 的通道識別碼 (範例:joe@smith.com、或 @joesmith 或 123456)

name

顯示易記名稱

role

帳戶後方實體的角色(例如:使用者、Bot 等)。 可能的值包括:'user'、'bot'、'skill'

屬性詳細資料

aadObjectId

此帳戶在 Azure Active Directory 內的物件識別碼 (AAD)

aadObjectId?: string

屬性值

string

id

此通道上使用者或 Bot 的通道識別碼 (範例:joe@smith.com、或 @joesmith 或 123456)

id: string

屬性值

string

name

顯示易記名稱

name: string

屬性值

string

role

帳戶後方實體的角色(例如:使用者、Bot 等)。 可能的值包括:'user'、'bot'、'skill'

role?: RoleTypes | string

屬性值

RoleTypes | string