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