StreamingDetectIntentResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use streamingDetectIntentResponseDescriptor instead')
const StreamingDetectIntentResponse$json = const {
  '1': 'StreamingDetectIntentResponse',
  '2': const [
    const {
      '1': 'recognition_result',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult',
      '9': 0,
      '10': 'recognitionResult'
    },
    const {
      '1': 'detect_intent_response',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse',
      '9': 0,
      '10': 'detectIntentResponse'
    },
  ],
  '8': const [
    const {'1': 'response'},
  ],
};