OutputAudioConfig$json top-level constant
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.cx.v3beta1.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.cx.v3beta1.SynthesizeSpeechConfig',
'10': 'synthesizeSpeechConfig'
},
],
};