toJson method

Map<String, dynamic> toJson()

Returns a json representation of an instance of SmartReplySuggestionResult.

Implementation

Map<String, dynamic> toJson() => {
      'status': status.name,
      'suggestions': suggestions,
    };