IntentRecognizeResult$json top-level constant

Map<String, Object> const IntentRecognizeResult$json

Implementation

const IntentRecognizeResult$json = const {
  '1': 'IntentRecognizeResult',
  '2': const [
    const {'1': 'transcript', '3': 1, '4': 1, '5': 9, '10': 'transcript'},
    const {'1': 'intent', '3': 2, '4': 1, '5': 9, '10': 'intent'},
    const {'1': 'parameters', '3': 3, '4': 1, '5': 9, '10': 'parameters'},
    const {'1': 'text_response', '3': 4, '4': 1, '5': 9, '10': 'textResponse'},
    const {'1': 'audio_response', '3': 5, '4': 1, '5': 9, '10': 'audioResponse'},
    const {'1': 'need_more_info', '3': 6, '4': 1, '5': 8, '10': 'needMoreInfo'},
    const {'1': 'confidence', '3': 7, '4': 1, '5': 2, '10': 'confidence'},
  ],
};