Class RetrieveToolSchemaResponse
Response message for ToolService.RetrieveToolSchema.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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 |