Class EvaluationResultScenarioExpectationOutcomeObservedToolCall
The observed tool call and response.
Implements
Inherited Members
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 |