Suggestion_Article$json top-level constant

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

Implementation

@$core.Deprecated('Use suggestionDescriptor instead')
const Suggestion_Article$json = const {
  '1': 'Article',
  '2': const [
    const {'1': 'title', '3': 1, '4': 1, '5': 9, '10': 'title'},
    const {'1': 'uri', '3': 2, '4': 1, '5': 9, '10': 'uri'},
    const {'1': 'snippets', '3': 3, '4': 3, '5': 9, '10': 'snippets'},
    const {
      '1': 'metadata',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.Suggestion.Article.MetadataEntry',
      '10': 'metadata'
    },
    const {'1': 'answer_record', '3': 6, '4': 1, '5': 9, '10': 'answerRecord'},
  ],
  '3': const [Suggestion_Article_MetadataEntry$json],
};