Class GoogleCloudContactcenterinsightsV1SherlockStep
A step in the agent's reasoning process (Trajectory Step).
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SherlockStep : IDirectResponseSchema
Properties
AgentId
Output only. The ID of the agent that produced/received this content.
Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Content
Output only. The content of the turn (either Model or User role).
Declaration
[JsonProperty("content")]
public virtual GoogleCloudAiplatformV1Content Content { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1Content |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateDeltas
Output only. List of state changes caused by this specific turn.
Declaration
[JsonProperty("stateDeltas")]
public virtual IList<IDictionary<string, object>> StateDeltas { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IDictionary<string, object>> |
StepId
Output only. Unique ID for this specific turn.
Declaration
[JsonProperty("stepId")]
public virtual string StepId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextInput
Output only. Deprecated: Use content instead.
Declaration
[JsonProperty("textInput")]
public virtual IList<string> TextInput { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Thought
Output only. Deprecated: Use content instead.
Declaration
[JsonProperty("thought")]
public virtual string Thought { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolCalls
Output only. Deprecated: Use content instead.
Declaration
[JsonProperty("toolCalls")]
public virtual IList<GoogleCloudContactcenterinsightsV1ToolCall> ToolCalls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1ToolCall> |
ToolOutput
Output only. Deprecated: Use content instead.
Declaration
[JsonProperty("toolOutput")]
public virtual IDictionary<string, object> ToolOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |