Intent_TrainingPhrase_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use intentDescriptor instead')
const Intent_TrainingPhrase_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'EXAMPLE', '2': 1},
    const {
      '1': 'TEMPLATE',
      '2': 2,
      '3': const {'1': true},
    },
  ],
};