Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage

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
object
GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage
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.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage : 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 GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput TextMessage { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX