Edit

aiUser resource type

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)"
}