Class GenerateAppResourceRequestToolGenerationConfig
The configuration to be used to generate a tool.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GenerateAppResourceRequestToolGenerationConfig : IDirectResponseSchema
Properties
Context
Optional. The context which describes the tool to be generated. This can be empty if the tool request & response are provided.
Declaration
[JsonProperty("context")]
public virtual string Context { 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 |
FileContexts
Optional. The files to be used as context.
Declaration
[JsonProperty("fileContexts")]
public virtual IList<FileContext> FileContexts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FileContext> |
OpenApiToolsetGenerationConfig
Optional. The configuration to be used to generate an Open API schema.
Declaration
[JsonProperty("openApiToolsetGenerationConfig")]
public virtual GenerateAppResourceRequestToolGenerationConfigOpenApiToolsetGenerationConfig OpenApiToolsetGenerationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GenerateAppResourceRequestToolGenerationConfigOpenApiToolsetGenerationConfig |