QueryInput$json top-level constant

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

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.v2.InputAudioConfig',
      '9': 0,
      '10': 'audioConfig'
    },
    const {
      '1': 'text',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.TextInput',
      '9': 0,
      '10': 'text'
    },
    const {
      '1': 'event',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.EventInput',
      '9': 0,
      '10': 'event'
    },
  ],
  '8': const [
    const {'1': 'input'},
  ],
};