Fulfillment$json top-level constant

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

Implementation

@$core.Deprecated('Use fulfillmentDescriptor instead')
const Fulfillment$json = const {
  '1': 'Fulfillment',
  '2': const [
    const {
      '1': 'messages',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.ResponseMessage',
      '10': 'messages'
    },
    const {
      '1': 'webhook',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'webhook'
    },
    const {'1': 'tag', '3': 3, '4': 1, '5': 9, '10': 'tag'},
    const {
      '1': 'set_parameter_actions',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction',
      '10': 'setParameterActions'
    },
    const {
      '1': 'conditional_cases',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases',
      '10': 'conditionalCases'
    },
  ],
  '3': const [
    Fulfillment_SetParameterAction$json,
    Fulfillment_ConditionalCases$json
  ],
};