Map<String, dynamic> toJson() => { 'speakerVoiceConfigs': speakerVoiceConfigs.map((config) => config.toJson()).toList(), };