WebhookResponse_FulfillmentResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use webhookResponseDescriptor instead')
const WebhookResponse_FulfillmentResponse$json = const {
  '1': 'FulfillmentResponse',
  '2': const [
    const {
      '1': 'messages',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.ResponseMessage',
      '10': 'messages'
    },
    const {
      '1': 'merge_behavior',
      '3': 2,
      '4': 1,
      '5': 14,
      '6':
          '.google.cloud.dialogflow.cx.v3beta1.WebhookResponse.FulfillmentResponse.MergeBehavior',
      '10': 'mergeBehavior'
    },
  ],
  '4': const [WebhookResponse_FulfillmentResponse_MergeBehavior$json],
};