ConversationAccount interface
会話のチャネル アカウント情報
プロパティ
aad |
Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID |
conversation |
会話の種類を区別するチャネル内の会話の種類を示します |
id | このチャネルのユーザーまたはボットのチャネル ID (例: joe@smith.com、または @joesmith または123456) |
is |
アクティビティが生成された時点で会話に複数の参加者が含まれているかどうかを示します |
name | 表示フレンドリ名 |
properties | カスタム プロパティ オブジェクト (省略可能) |
role | アカウントの背後にあるエンティティのロール (例: ユーザー、ボットなど)。 使用可能な値は、"user"、"bot" です。 |
tenant |
この会話のテナント 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
tenantId
この会話のテナント ID
tenantId?: string
プロパティ値
string