WebhookRequest_IntentInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use webhookRequestDescriptor instead')
const WebhookRequest_IntentInfo$json = const {
  '1': 'IntentInfo',
  '2': const [
    const {
      '1': 'last_matched_intent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'lastMatchedIntent'
    },
    const {'1': 'display_name', '3': 3, '4': 1, '5': 9, '10': 'displayName'},
    const {
      '1': 'parameters',
      '3': 2,
      '4': 3,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.cx.v3beta1.WebhookRequest.IntentInfo.ParametersEntry',
      '10': 'parameters'
    },
    const {'1': 'confidence', '3': 4, '4': 1, '5': 2, '10': 'confidence'},
  ],
  '3': const [
    WebhookRequest_IntentInfo_IntentParameterValue$json,
    WebhookRequest_IntentInfo_ParametersEntry$json
  ],
};