Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainSherlockStep

A step in the agent's reasoning process (Trajectory Step).

Inheritance
object
GoogleCloudContactcenterinsightsV1mainSherlockStep
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainSherlockStep : 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<GoogleCloudContactcenterinsightsV1mainToolCall> ToolCalls { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1mainToolCall>

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX