MatchIntentResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use matchIntentResponseDescriptor instead')
const MatchIntentResponse$json = const {
  '1': 'MatchIntentResponse',
  '2': const [
    const {'1': 'text', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'text'},
    const {
      '1': 'trigger_intent',
      '3': 2,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'triggerIntent'
    },
    const {
      '1': 'transcript',
      '3': 3,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'transcript'
    },
    const {
      '1': 'trigger_event',
      '3': 6,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'triggerEvent'
    },
    const {
      '1': 'matches',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Match',
      '10': 'matches'
    },
    const {
      '1': 'current_page',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Page',
      '10': 'currentPage'
    },
  ],
  '8': const [
    const {'1': 'query'},
  ],
};