ListCallMatchersResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listCallMatchersResponseDescriptor instead')
const ListCallMatchersResponse$json = const {
  '1': 'ListCallMatchersResponse',
  '2': const [
    const {
      '1': 'call_matchers',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.CallMatcher',
      '10': 'callMatchers'
    },
    const {
      '1': 'next_page_token',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'nextPageToken'
    },
  ],
};