Match_MatchType$json top-level constant

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

Implementation

@$core.Deprecated('Use matchDescriptor instead')
const Match_MatchType$json = const {
  '1': 'MatchType',
  '2': const [
    const {'1': 'MATCH_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'INTENT', '2': 1},
    const {'1': 'DIRECT_INTENT', '2': 2},
    const {'1': 'PARAMETER_FILLING', '2': 3},
    const {'1': 'NO_MATCH', '2': 4},
    const {'1': 'NO_INPUT', '2': 5},
    const {'1': 'EVENT', '2': 6},
  ],
};