Class GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage
A message from the system in response to the user. This message can also be a message from the user as historical context for multiturn conversations with the system.
Inheritance
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage : IDirectResponseSchema
Properties
ChartSpec
Chart spec from LLM
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
Raw SQL from LLM, before templatization
Declaration
[JsonProperty("generatedSqlQuery")]
public virtual string GeneratedSqlQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextOutput
A direct natural language response to the user message.
Declaration
[JsonProperty("textOutput")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput TextOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput |