SuggestionFeature_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use suggestionFeatureDescriptor instead')
const SuggestionFeature_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'ARTICLE_SUGGESTION', '2': 1},
    const {'1': 'FAQ', '2': 2},
    const {'1': 'SMART_REPLY', '2': 3},
  ],
};