OutputAudioConfig$json top-level constant

  1. @Deprecated('Use outputAudioConfigDescriptor instead')
Map<String, Object> const OutputAudioConfig$json

Implementation

@$core.Deprecated('Use outputAudioConfigDescriptor instead')
const OutputAudioConfig$json = const {
  '1': 'OutputAudioConfig',
  '2': const [
    const {
      '1': 'audio_encoding',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.OutputAudioEncoding',
      '8': const {},
      '10': 'audioEncoding'
    },
    const {
      '1': 'sample_rate_hertz',
      '3': 2,
      '4': 1,
      '5': 5,
      '10': 'sampleRateHertz'
    },
    const {
      '1': 'synthesize_speech_config',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.SynthesizeSpeechConfig',
      '10': 'synthesizeSpeechConfig'
    },
  ],
};