Details of the AI agent that was the actor for the activity.
| JSON representation |
|---|
{
"agentType": string,
"agentId": string,
"agentName": string,
"agentOwner": {
object ( |
| Fields | |
|---|---|
agentType |
Type of the agent. |
agentId |
The ID of the agent. |
agentName |
The user visible name of the agent. |
agentOwner |
The owner of the agent. |
AgentOwner
Details of the owner of the AI agent.
| JSON representation |
|---|
{ "email": string } |
| Fields | |
|---|---|
email |
The email of the agent owner. |