Class GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse
Wrapper for storing the generative response for a chart.
Inheritance
GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse : IDirectResponseSchema
Properties
ChartSpec
The chart spec for the data. This will be specified in the vega-lite or vega format.
Declaration
[JsonProperty("chartSpec")]
public virtual IDictionary<string, object> ChartSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeneratedSqlQuery
The generated SQL query from the LLM. Will be populated during the chart building phase. The generated SQL will be cached in the corresponding chart resource.
Declaration
[JsonProperty("generatedSqlQuery")]
public virtual string GeneratedSqlQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextMessage
The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.
Declaration
[JsonProperty("textMessage")]
public virtual GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponseTextOutput TextMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponseTextOutput |
TextOutput
The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.
Declaration
[JsonProperty("textOutput")]
public virtual string TextOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |