Show / Hide Table of Contents

Class GenerateQueryRequest

Request message for GenerateQuery.

Inheritance
object
GenerateQueryRequest
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.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class GenerateQueryRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Prompt

Required. The natural language description of the desired query. Example: "Find all users who signed up in the last 7 days."

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

Schemas

Optional. The user's locally defined FDC Schema(s). If not defined, the backend will fetch the user's deployed schema.

Declaration
[JsonProperty("schemas")]
public virtual IList<Schema> Schemas { get; set; }
Property Value
Type Description
IList<Schema>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX