Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ConversationAccount interface
- Package:
- @microsoft/agents-activity
Represents a conversation account.
Properties
| aadObjectId | The Azure Active Directory object ID of the conversation account. |
| conversationType | The type of the conversation (e.g., personal, group, etc.). |
| id | The unique identifier of the conversation account. |
| isGroup | Indicates whether the conversation is a group. |
| name | The name of the conversation account. |
| properties | Additional properties of the conversation account. |
| role | The role of the conversation account. |
| tenantId | The tenant ID associated with the conversation account. |
Property Details
aadObjectId
The Azure Active Directory object ID of the conversation account.
aadObjectId?: string
Property Value
string
conversationType
The type of the conversation (e.g., personal, group, etc.).
conversationType?: string
Property Value
string
id
The unique identifier of the conversation account.
id: string
Property Value
string
isGroup
Indicates whether the conversation is a group.
isGroup?: boolean
Property Value
boolean
name
The name of the conversation account.
name?: string
Property Value
string
properties
Additional properties of the conversation account.
properties?: unknown
Property Value
unknown
role
The role of the conversation account.
role?: string
Property Value
string
tenantId
The tenant ID associated with the conversation account.
tenantId?: string
Property Value
string
