core.Map<core.String, core.dynamic> toJson() { final coverageScore = this.coverageScore; final intents = this.intents; return {'coverageScore': ?coverageScore, 'intents': ?intents}; }