toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final expectationLevelMetricsThresholds =
this.expectationLevelMetricsThresholds;
final toolMatchingSettings = this.toolMatchingSettings;
final turnLevelMetricsThresholds = this.turnLevelMetricsThresholds;
return {
'expectationLevelMetricsThresholds': ?expectationLevelMetricsThresholds,
'toolMatchingSettings': ?toolMatchingSettings,
'turnLevelMetricsThresholds': ?turnLevelMetricsThresholds,
};
}