SmartReplySuggestionResult class

An object that contains the smart reply suggestion results.

Constructors

SmartReplySuggestionResult({required SmartReplySuggestionResultStatus status, required List<String> suggestions})
Constructor to create an instance of SmartReplySuggestionResult.
SmartReplySuggestionResult.fromJson(Map json)
Returns an instance of SmartReplySuggestionResult from a given json.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SmartReplySuggestionResultStatus
Status of the smart reply suggestions result.
getter/setter pair
suggestions List<String>
A list of the suggestions.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a json representation of an instance of SmartReplySuggestionResult.
toString() String
A string representation of this object.
inherited

Operators

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