BatchCreateEntitiesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use batchCreateEntitiesRequestDescriptor instead')
const BatchCreateEntitiesRequest$json = const {
  '1': 'BatchCreateEntitiesRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'entities',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.EntityType.Entity',
      '8': const {},
      '10': 'entities'
    },
    const {
      '1': 'language_code',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'languageCode'
    },
  ],
};