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
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextInput
Output only. Natural language input stimulus.
Declaration
[JsonProperty("textInput")]
public virtual IList<string> TextInput { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Thought
Output only. The reasoning or internal monologue of the agent.
Declaration
[JsonProperty("thought")]
public virtual string Thought { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolCalls
Output only. The tool call issued by the agent.
Declaration
[JsonProperty("toolCalls")]
public virtual IList<GoogleCloudContactcenterinsightsV1ToolCall> ToolCalls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1ToolCall> |
ToolOutput
Output only. The output response from the tool execution.
Declaration
[JsonProperty("toolOutput")]
public virtual IDictionary<string, object> ToolOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |