Show / Hide Table of Contents

Class EvaluationResultScenarioExpectationOutcomeObservedToolCall

The observed tool call and response.

Inheritance
object
EvaluationResultScenarioExpectationOutcomeObservedToolCall
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultScenarioExpectationOutcomeObservedToolCall : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ToolCall

Output only. The observed tool call.

Declaration
[JsonProperty("toolCall")]
public virtual ToolCall ToolCall { get; set; }
Property Value
Type Description
ToolCall

ToolResponse

Output only. The observed tool response.

Declaration
[JsonProperty("toolResponse")]
public virtual ToolResponse ToolResponse { get; set; }
Property Value
Type Description
ToolResponse

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX