toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (annotations != null) 'annotations': annotations!,
  if (entities != null) 'entities': entities!,
  if (intents != null) 'intents': intents!,
  if (issueModelResult != null) 'issueModelResult': issueModelResult!,
  if (phraseMatchers != null) 'phraseMatchers': phraseMatchers!,
  if (qaScorecardResults != null) 'qaScorecardResults': qaScorecardResults!,
  if (sentiments != null) 'sentiments': sentiments!,
  if (silence != null) 'silence': silence!,
};