VIMessage class
Interface that represents message within a conversation.
Properties
- conversation → String
-
The UUID of the conversation this message belongs to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
payload
→ List<
Map< String, dynamic> > -
The list of payload objects associated with the message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence → int
-
The message sequence number in the conversation.
final
- text → String
-
The text of this message.
final
- uuid → String
-
The universally unique identifier (UUID) of the message.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → Future< VIMessageEvent> - Remove the message from the conversation.
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
{String? text, List< Map< ? payload}) → Future<String, Object> >VIMessageEvent> - Send text and payload changes to the cloud.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited