Gemini Enterprise for Customer Experience v1beta API - Class EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall (1.0.0-beta01)

public sealed class EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall : IMessage<EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall>, IEquatable<EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall>, IDeepCloneable<EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall.

The observed tool call and response.

Inheritance

object > EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ObservedToolCall()

public ObservedToolCall()

ObservedToolCall(ObservedToolCall)

public ObservedToolCall(EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall other)
Parameter
Name Description
other EvaluationResultTypesScenarioExpectationOutcomeTypesObservedToolCall

Properties

ToolCall

public ToolCall ToolCall { get; set; }

Output only. The observed tool call.

Property Value
Type Description
ToolCall

ToolResponse

public ToolResponse ToolResponse { get; set; }

Output only. The observed tool response.

Property Value
Type Description
ToolResponse