toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final articleSuggestionAnswer = this.articleSuggestionAnswer;
  final dialogflowAssistAnswer = this.dialogflowAssistAnswer;
  final faqAnswer = this.faqAnswer;
  final generatorSuggestion = this.generatorSuggestion;
  return {
    'articleSuggestionAnswer': ?articleSuggestionAnswer,
    'dialogflowAssistAnswer': ?dialogflowAssistAnswer,
    'faqAnswer': ?faqAnswer,
    'generatorSuggestion': ?generatorSuggestion,
  };
}