toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final audioExportGcsDestination = this.audioExportGcsDestination;
  final dtmfSettings = this.dtmfSettings;
  final loggingSettings = this.loggingSettings;
  final speechSettings = this.speechSettings;
  return {
    'audioExportGcsDestination': ?audioExportGcsDestination,
    'dtmfSettings': ?dtmfSettings,
    'loggingSettings': ?loggingSettings,
    'speechSettings': ?speechSettings,
  };
}