ChannelAccount interface
メッセージをルーティングするために必要なチャネル アカウント情報
プロパティ
aad |
Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID |
id | このチャネルのユーザーまたはボットのチャネル ID (例: joe@smith.com、または @joesmith または123456) |
name | 表示フレンドリ名 |
role | アカウントの背後にあるエンティティのロール (例: ユーザー、ボットなど)。 使用可能な値は、'user'、'bot'、'skill' です。 |
プロパティの詳細
aadObjectId
Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID
aadObjectId?: string
プロパティ値
string
id
このチャネルのユーザーまたはボットのチャネル ID (例: joe@smith.com、または @joesmith または123456)
id: string
プロパティ値
string
name
表示フレンドリ名
name: string
プロパティ値
string
role
アカウントの背後にあるエンティティのロール (例: ユーザー、ボットなど)。 使用可能な値は、'user'、'bot'、'skill' です。
role?: RoleTypes | string
プロパティ値
RoleTypes | string