toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (issueModels != null) 'issueModels': issueModels!,
      if (phraseMatchers != null) 'phraseMatchers': phraseMatchers!,
      if (runEntityAnnotator != null)
        'runEntityAnnotator': runEntityAnnotator!,
      if (runIntentAnnotator != null)
        'runIntentAnnotator': runIntentAnnotator!,
      if (runInterruptionAnnotator != null)
        'runInterruptionAnnotator': runInterruptionAnnotator!,
      if (runIssueModelAnnotator != null)
        'runIssueModelAnnotator': runIssueModelAnnotator!,
      if (runPhraseMatcherAnnotator != null)
        'runPhraseMatcherAnnotator': runPhraseMatcherAnnotator!,
      if (runSentimentAnnotator != null)
        'runSentimentAnnotator': runSentimentAnnotator!,
      if (runSilenceAnnotator != null)
        'runSilenceAnnotator': runSilenceAnnotator!,
      if (runSummarizationAnnotator != null)
        'runSummarizationAnnotator': runSummarizationAnnotator!,
      if (summarizationConfig != null)
        'summarizationConfig': summarizationConfig!,
    };