ConversationAccount interface

会話のチャネル アカウント情報

プロパティ

aadObjectId

Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID

conversationType

会話の種類を区別するチャネル内の会話の種類を示します

id

このチャネルのユーザーまたはボットのチャネル ID (例: joe@smith.com、または @joesmith 123456)

isGroup

アクティビティが生成された時点で会話に複数の参加者が含まれているかどうかを示します

name

フレンドリ名を表示する

properties

カスタム プロパティ オブジェクト (省略可能)

role

アカウントの背後にあるエンティティのロール (例: User、Bot など)。 使用可能な値は次のとおりです: 'user'、'bot'

tenantId

この会話のテナント ID

プロパティの詳細

aadObjectId

Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID

aadObjectId?: string

プロパティ値

string

conversationType

会話の種類を区別するチャネル内の会話の種類を示します

conversationType: string

プロパティ値

string

id

このチャネルのユーザーまたはボットのチャネル ID (例: joe@smith.com、または @joesmith 123456)

id: string

プロパティ値

string

isGroup

アクティビティが生成された時点で会話に複数の参加者が含まれているかどうかを示します

isGroup: boolean

プロパティ値

boolean

name

フレンドリ名を表示する

name: string

プロパティ値

string

properties

カスタム プロパティ オブジェクト (省略可能)

properties?: any

プロパティ値

any

role

アカウントの背後にあるエンティティのロール (例: User、Bot など)。 使用可能な値は次のとおりです: 'user'、'bot'

role?: RoleTypes

プロパティ値

tenantId

この会話のテナント ID

tenantId?: string

プロパティ値

string