Form_Parameter$json top-level constant

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

Implementation

@$core.Deprecated('Use formDescriptor instead')
const Form_Parameter$json = const {
  '1': 'Parameter',
  '2': const [
    const {
      '1': 'display_name',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {'1': 'required', '3': 2, '4': 1, '5': 8, '10': 'required'},
    const {
      '1': 'entity_type',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'entityType'
    },
    const {'1': 'is_list', '3': 4, '4': 1, '5': 8, '10': 'isList'},
    const {
      '1': 'fill_behavior',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.Form.Parameter.FillBehavior',
      '8': const {},
      '10': 'fillBehavior'
    },
    const {
      '1': 'default_value',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Value',
      '10': 'defaultValue'
    },
    const {'1': 'redact', '3': 11, '4': 1, '5': 8, '10': 'redact'},
  ],
  '3': const [Form_Parameter_FillBehavior$json],
};