Show / Hide Table of Contents

Class Tool

Message representing a single tool.

Inheritance
object
Tool
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.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class Tool : IDirectResponseSchema

Properties

Annotations

Annotations for the tool.

Declaration
[JsonProperty("annotations")]
public virtual ToolAnnotations Annotations { get; set; }
Property Value
Type Description
ToolAnnotations

DependsOn

List of tool names that this tool depends on.

Declaration
[JsonProperty("dependsOn")]
public virtual IList<string> DependsOn { get; set; }
Property Value
Type Description
IList<string>

Description

Description of the tool.

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

ETag

The ETag of the item.

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

InputSchema

JSON schema for the input parameters of the tool.

Declaration
[JsonProperty("inputSchema")]
public virtual JsonSchema InputSchema { get; set; }
Property Value
Type Description
JsonSchema

Name

Name of the tool.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OutputSchema

JSON schema for the output of the tool.

Declaration
[JsonProperty("outputSchema")]
public virtual JsonSchema OutputSchema { get; set; }
Property Value
Type Description
JsonSchema

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX