GoogleCloudContactcenterinsightsV1GenerativeInsights class

Request that use natural language query to generate the chart.

Properties

chartCheckpoint GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint?
The chart checkpoint used to generate the chart.
getter/setter pair
chartConversations List<GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation>?
The chart conversations used to generate the chart.
getter/setter pair
chartSpec Map<String, Object?>?
Chart spec for the chart.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
request Map<String, Object?>?
The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqlComparisonKey String?
For charts with comparison, this key will determine the metric that will be compared between the current and another dataset.
getter/setter pair
sqlQuery String?
SQL query used to generate the chart.
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