ConversationData class

Annotations
  • @JS()
  • @anonymous

Constructors

ConversationData()
factory

Properties

custom ↔ dynamic
Contains custom metadata for the conversation if it was set using {@link ConversationBuilder.custom}.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the conversation
getter/setter pair
photoUrl String?
Contains the URL of a photo was set using {@link ConversationBuilder.subject}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Contains the conversation subject if it was set using {@link ConversationBuilder.subject}.
getter/setter pair
topicId String?
@deprecated Please use {@link ConversationBuilder.subject} instead.
getter/setter pair
welcomeMessages List<String>?
One or more welcome messages that will display to the user as a SystemMessage
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited