Show / Hide Table of Contents

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
object
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX