GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage class
The message in the conversation.
Constructors
- GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage({String? createTime, String? messageId, GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage? systemMessage, GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageUserMessage? userMessage})
- GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage.fromJson(Map json_)
Properties
- createTime ↔ String?
-
For user messages, this is the time at which the system received the
message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageId ↔ String?
-
The message id of the message.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- systemMessage ↔ GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage?
-
A message from the system in response to the user.
getter/setter pair
- userMessage ↔ GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageUserMessage?
-
A message from the user that is interacting with the system.
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