Show / Hide Table of Contents

Class RetrieveToolSchemaResponse

Response message for ToolService.RetrieveToolSchema.

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

Properties

ETag

The ETag of the item.

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

InputSchema

Required. The schema of the tool input parameters.

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

OutputSchema

Required. The schema of the tool output parameters.

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

Tool

The name of the tool that the schema is for. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}

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

ToolsetTool

The toolset tool that the schema is for.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX