QueryInput$json top-level constant
Implementation
@$core.Deprecated('Use queryInputDescriptor instead')
const QueryInput$json = const {
'1': 'QueryInput',
'2': const [
const {
'1': 'audio_config',
'3': 1,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.InputAudioConfig',
'9': 0,
'10': 'audioConfig'
},
const {
'1': 'text',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.TextInput',
'9': 0,
'10': 'text'
},
const {
'1': 'event',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.EventInput',
'9': 0,
'10': 'event'
},
],
'8': const [
const {'1': 'input'},
],
};