GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage class
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.
Constructors
-
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage({Map<
String, Object?> ? chartSpec, String? generatedSqlQuery, GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput? textOutput}) - GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage.fromJson(Map json_)
Properties
-
chartSpec
↔ Map<
String, Object?> ? -
Chart spec from LLM
getter/setter pair
- generatedSqlQuery ↔ String?
-
Raw SQL from LLM, before templatization
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textOutput ↔ GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput?
-
A direct natural language response to the user message.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited