Show / Hide Table of Contents

Class GenerateAppResourceRequestToolGenerationConfig

The configuration to be used to generate a tool.

Inheritance
object
GenerateAppResourceRequestToolGenerationConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX