IntentBatch$json top-level constant

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

Implementation

@$core.Deprecated('Use intentBatchDescriptor instead')
const IntentBatch$json = const {
  '1': 'IntentBatch',
  '2': const [
    const {
      '1': 'intents',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent',
      '10': 'intents'
    },
  ],
};