Class ExecuteToolResponse
Response message for ConnectorAgentService.ExecuteTool
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class ExecuteToolResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Metadata like service latency, etc.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, IDictionary<string, object>> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, IDictionary<string, object>> |
Result
Output from the tool execution.
Declaration
[JsonProperty("result")]
public virtual IDictionary<string, object> Result { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |