Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.
Represents an AI user or agent.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
id |
String | The unique identifier for the AI user. |
Relationships
| Relationship | Type | Description |
|---|---|---|
interactionHistory |
aiInteractionHistory | The history of interactions between AI agents and users. |
| Relationship | Type | Description |
|---|---|---|
interactionHistory |
aiInteractionHistory | The history of interactions between AI agents and users. |
onlineMeetings |
aiOnlineMeeting collection | Information about an online meeting, including AI insights. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)"
}