AnalyzeContentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use analyzeContentRequestDescriptor instead')
const AnalyzeContentRequest$json = const {
  '1': 'AnalyzeContentRequest',
  '2': const [
    const {
      '1': 'participant',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'participant'
    },
    const {
      '1': 'text',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.InputText',
      '8': const {'3': true},
      '9': 0,
      '10': 'text',
    },
    const {
      '1': 'audio',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.InputAudio',
      '8': const {'3': true},
      '9': 0,
      '10': 'audio',
    },
    const {
      '1': 'text_input',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.TextInput',
      '9': 0,
      '10': 'textInput'
    },
    const {
      '1': 'audio_input',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.AudioInput',
      '9': 0,
      '10': 'audioInput'
    },
    const {
      '1': 'event_input',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.EventInput',
      '9': 0,
      '10': 'eventInput'
    },
    const {
      '1': 'reply_audio_config',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.OutputAudioConfig',
      '10': 'replyAudioConfig'
    },
    const {
      '1': 'query_params',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.QueryParameters',
      '10': 'queryParams'
    },
    const {
      '1': 'message_send_time',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'messageSendTime'
    },
    const {'1': 'request_id', '3': 11, '4': 1, '5': 9, '10': 'requestId'},
  ],
  '8': const [
    const {'1': 'input'},
  ],
};