Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1SherlockStep

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

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1SherlockStep
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 GoogleCloudContactcenterinsightsV1alpha1SherlockStep : 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<GoogleCloudContactcenterinsightsV1alpha1ToolCall> ToolCalls { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1alpha1ToolCall>

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX