CallMatcher$json top-level constant

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

Implementation

@$core.Deprecated('Use callMatcherDescriptor instead')
const CallMatcher$json = const {
  '1': 'CallMatcher',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'to_header', '3': 2, '4': 1, '5': 9, '10': 'toHeader'},
    const {'1': 'from_header', '3': 3, '4': 1, '5': 9, '10': 'fromHeader'},
    const {'1': 'call_id_header', '3': 4, '4': 1, '5': 9, '10': 'callIdHeader'},
    const {
      '1': 'custom_headers',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.CallMatcher.CustomHeaders',
      '10': 'customHeaders'
    },
  ],
  '3': const [CallMatcher_CustomHeaders$json],
  '7': const {},
};