EntityType$json top-level constant

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

Implementation

@$core.Deprecated('Use entityTypeDescriptor instead')
const EntityType$json = const {
  '1': 'EntityType',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'display_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {
      '1': 'kind',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.EntityType.Kind',
      '8': const {},
      '10': 'kind'
    },
    const {
      '1': 'auto_expansion_mode',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.EntityType.AutoExpansionMode',
      '8': const {},
      '10': 'autoExpansionMode'
    },
    const {
      '1': 'entities',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.EntityType.Entity',
      '8': const {},
      '10': 'entities'
    },
    const {
      '1': 'enable_fuzzy_extraction',
      '3': 7,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'enableFuzzyExtraction'
    },
  ],
  '3': const [EntityType_Entity$json],
  '4': const [EntityType_Kind$json, EntityType_AutoExpansionMode$json],
  '7': const {},
};