GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation class
The conversation used to generate the chart.
Constructors
-
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation({String? conversationId, String? createTime, List<
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage> ? messages, String? updateTime}) - GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation.fromJson(Map json_)
Properties
- conversationId ↔ String?
-
The conversation id of the chart.
getter/setter pair
- createTime ↔ String?
-
The create time of the conversation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messages
↔ List<
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage> ? -
Ordered list of messages, including user inputs and system responses.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The update time of the conversation.
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