Show / Hide Table of Contents

Class GenerateSchemaResponse

Output for streaming generate schema requests

Inheritance
object
GenerateSchemaResponse
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 GenerateSchemaResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Part

The content from the current conversational turn.

Declaration
[JsonProperty("part")]
public virtual Part Part { get; set; }
Property Value
Type Description
Part

Status

Essential for providing responsive UI feedback (e.g., a spinner or "Analyzing schema..." step).

Declaration
[JsonProperty("status")]
public virtual GenerationStatus Status { get; set; }
Property Value
Type Description
GenerationStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX