QuickReplies class
The quick replies response message.
Constructors
-
QuickReplies({String platform, String title, List<
String> quickReplies})
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- platform → String
-
The platform that this message is intended for. See Platform.
final, inherited
-
quickReplies
→ List<
String> -
The collection of quick replies.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- title → String
-
The title of the collection of quick replies.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → QuickReplies -
override