Form$json top-level constant

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

Implementation

@$core.Deprecated('Use formDescriptor instead')
const Form$json = const {
  '1': 'Form',
  '2': const [
    const {
      '1': 'parameters',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.Form.Parameter',
      '10': 'parameters'
    },
  ],
  '3': const [Form_Parameter$json],
};