Match$json top-level constant

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

Implementation

@$core.Deprecated('Use matchDescriptor instead')
const Match$json = const {
  '1': 'Match',
  '2': const [
    const {
      '1': 'intent',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Intent',
      '10': 'intent'
    },
    const {'1': 'event', '3': 6, '4': 1, '5': 9, '10': 'event'},
    const {
      '1': 'parameters',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Struct',
      '10': 'parameters'
    },
    const {
      '1': 'resolved_input',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'resolvedInput'
    },
    const {
      '1': 'match_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Match.MatchType',
      '10': 'matchType'
    },
    const {'1': 'confidence', '3': 5, '4': 1, '5': 2, '10': 'confidence'},
  ],
  '4': const [Match_MatchType$json],
};