ListSuggestionsResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listSuggestionsResponseDescriptor instead')
const ListSuggestionsResponse$json = const {
  '1': 'ListSuggestionsResponse',
  '2': const [
    const {
      '1': 'suggestions',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.Suggestion',
      '10': 'suggestions'
    },
    const {
      '1': 'next_page_token',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'nextPageToken'
    },
  ],
  '7': const {'3': true},
};