Class GenerateQueryRequest
Request message for GenerateQuery.
Implements
Inherited Members
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> |