Class AgentAttributionInfo
Details of the AI agent that was the actor for the activity.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class AgentAttributionInfo : IDirectResponseSchema
Properties
AgentId
The ID of the agent.
Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AgentName
The user visible name of the agent.
Declaration
[JsonProperty("agentName")]
public virtual string AgentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AgentOwner
The owner of the agent.
Declaration
[JsonProperty("agentOwner")]
public virtual AgentAttributionInfoAgentOwner AgentOwner { get; set; }
Property Value
| Type | Description |
|---|---|
| AgentAttributionInfoAgentOwner |
AgentType
Type of the agent.
Declaration
[JsonProperty("agentType")]
public virtual string AgentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |