StreamingAnalyzeContentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use streamingAnalyzeContentRequestDescriptor instead')
const StreamingAnalyzeContentRequest$json = const {
  '1': 'StreamingAnalyzeContentRequest',
  '2': const [
    const {
      '1': 'participant',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'participant'
    },
    const {
      '1': 'audio_config',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.InputAudioConfig',
      '9': 0,
      '10': 'audioConfig'
    },
    const {
      '1': 'text_config',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.InputTextConfig',
      '9': 0,
      '10': 'textConfig'
    },
    const {
      '1': 'reply_audio_config',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.OutputAudioConfig',
      '10': 'replyAudioConfig'
    },
    const {
      '1': 'input_audio',
      '3': 5,
      '4': 1,
      '5': 12,
      '9': 1,
      '10': 'inputAudio'
    },
    const {
      '1': 'input_text',
      '3': 6,
      '4': 1,
      '5': 9,
      '9': 1,
      '10': 'inputText'
    },
    const {
      '1': 'input_dtmf',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents',
      '9': 1,
      '10': 'inputDtmf'
    },
    const {
      '1': 'query_params',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.QueryParameters',
      '10': 'queryParams'
    },
    const {
      '1': 'enable_extended_streaming',
      '3': 11,
      '4': 1,
      '5': 8,
      '10': 'enableExtendedStreaming'
    },
  ],
  '8': const [
    const {'1': 'config'},
    const {'1': 'input'},
  ],
};