CreateDocumentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createDocumentRequestDescriptor instead')
const CreateDocumentRequest$json = const {
  '1': 'CreateDocumentRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'document',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Document',
      '8': const {},
      '10': 'document'
    },
  ],
};