PageInfo_FormInfo_ParameterInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use pageInfoDescriptor instead')
const PageInfo_FormInfo_ParameterInfo$json = const {
  '1': 'ParameterInfo',
  '2': const [
    const {'1': 'display_name', '3': 1, '4': 1, '5': 9, '10': 'displayName'},
    const {'1': 'required', '3': 2, '4': 1, '5': 8, '10': 'required'},
    const {
      '1': 'state',
      '3': 3,
      '4': 1,
      '5': 14,
      '6':
          '.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState',
      '10': 'state'
    },
    const {
      '1': 'value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Value',
      '10': 'value'
    },
    const {
      '1': 'just_collected',
      '3': 5,
      '4': 1,
      '5': 8,
      '10': 'justCollected'
    },
  ],
  '4': const [PageInfo_FormInfo_ParameterInfo_ParameterState$json],
};