Class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage
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
GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage : 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 |
TextMessage
A direct natural language response to the user message.
Declaration
[JsonProperty("textMessage")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput TextMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput |
UserProvidedChartSpec
Optional. User provided chart spec
Declaration
[JsonProperty("userProvidedChartSpec")]
public virtual IDictionary<string, object> UserProvidedChartSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
UserProvidedSqlQuery
Optional. User provided SQL query
Declaration
[JsonProperty("userProvidedSqlQuery")]
public virtual string UserProvidedSqlQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |