Intent_TrainingPhrase_Part$json top-level constant

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

Implementation

@$core.Deprecated('Use intentDescriptor instead')
const Intent_TrainingPhrase_Part$json = const {
  '1': 'Part',
  '2': const [
    const {'1': 'text', '3': 1, '4': 1, '5': 9, '10': 'text'},
    const {
      '1': 'entity_type',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'entityType'
    },
    const {'1': 'alias', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'alias'},
    const {
      '1': 'user_defined',
      '3': 4,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'userDefined'
    },
  ],
};