Show / Hide Table of Contents

Class GenerateInsightsResponse

Response for GenerateInsights.

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

Properties

ETag

The ETag of the item.

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

FinalResult

Output only. The final structured results and metadata. Usually sent as the final message in the stream.

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

Rejection

Output only. The request was rejected (e.g. out of scope).

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

SummaryChunk

Output only. A chunk of the natural language summary (customer-facing). The UI can append these chunks to provide a real-time "typing" effect.

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

ThoughtChunk

Output only. A chunk of the agent's internal reasoning process. The UI can use this to render a "Thinking..." log or status.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX