DetectIntentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use detectIntentRequestDescriptor instead')
const DetectIntentRequest$json = const {
  '1': 'DetectIntentRequest',
  '2': const [
    const {
      '1': 'session',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'session'
    },
    const {
      '1': 'query_params',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.QueryParameters',
      '10': 'queryParams'
    },
    const {
      '1': 'query_input',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.QueryInput',
      '8': const {},
      '10': 'queryInput'
    },
    const {
      '1': 'output_audio_config',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.OutputAudioConfig',
      '10': 'outputAudioConfig'
    },
    const {
      '1': 'output_audio_config_mask',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.FieldMask',
      '10': 'outputAudioConfigMask'
    },
    const {'1': 'input_audio', '3': 5, '4': 1, '5': 12, '10': 'inputAudio'},
  ],
};