GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest class

The request for generative insights.

Constructors

GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest({String? chart, String? comparisonFilter, String? filter, String? naturalLanguageQuery, String? revisionId, String? sessionId, String? sqlComparisonKey, String? sqlQuery, Map<String, Object?>? userProvidedChartSpec})
GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest.fromJson(Map json_)

Properties

chart String?
The full name of the chart resource this request corresponds to.
getter/setter pair
comparisonFilter String?
Filter for the data that can be specified in addition to the natural language query.
getter/setter pair
filter String?
Filter for the data that can be specified in addition to the natural language query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
naturalLanguageQuery String?
The natural language query specified by the user.
getter/setter pair
revisionId String?
The revision id that maps to the state of the chart state revision.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
The session id of the conversation.
getter/setter pair
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?
The SQL query specified by the user.
getter/setter pair
userProvidedChartSpec Map<String, Object?>?
The user provided chart spec for 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