Class FinalResult
Encapsulates all structured data and the completed summary.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class FinalResult : IDirectResponseSchema
Properties
DataSets
Output only. Data sets used to support the insights, suitable for UI rendering (tables/charts).
Declaration
[JsonProperty("dataSets")]
public virtual IList<DataSet> DataSets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DataSet> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullAnalysis
Output only. Contains the full natural language analysis, including thoughts, reasoning, and references.
Declaration
[JsonProperty("fullAnalysis")]
public virtual string FullAnalysis { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Insights
Output only. A list of discrete insights gleaned from the data.
Declaration
[JsonProperty("insights")]
public virtual IList<Insight> Insights { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Insight> |
InteropLinks
Output only. Links to interoperable tools (e.g., pre-filtered Cost Reports or BQE queries).
Declaration
[JsonProperty("interopLinks")]
public virtual IList<InteropLink> InteropLinks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<InteropLink> |
SuggestedQueries
Output only. A list of suggested follow-up queries for the user.
Declaration
[JsonProperty("suggestedQueries")]
public virtual IList<SuggestedQuery> SuggestedQueries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SuggestedQuery> |
Summary
Output only. The full natural language summary (re-sent for consistency).
Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |