AgentAttributionInfo

Details of the AI agent that was the actor for the activity.

JSON representation
{
  "agentType": string,
  "agentId": string,
  "agentName": string,
  "agentOwner": {
    object (AgentOwner)
  }
}
Fields
agentType

string

Type of the agent.

agentId

string

The ID of the agent.

agentName

string

The user visible name of the agent.

agentOwner

object (AgentOwner)

The owner of the agent.

AgentOwner

Details of the owner of the AI agent.

JSON representation
{
  "email": string
}
Fields
email

string

The email of the agent owner.