ImportDocumentTemplate$json top-level constant

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

Implementation

@$core.Deprecated('Use importDocumentTemplateDescriptor instead')
const ImportDocumentTemplate$json = const {
  '1': 'ImportDocumentTemplate',
  '2': const [
    const {
      '1': 'mime_type',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'mimeType'
    },
    const {
      '1': 'knowledge_types',
      '3': 2,
      '4': 3,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.Document.KnowledgeType',
      '8': const {},
      '10': 'knowledgeTypes'
    },
    const {
      '1': 'metadata',
      '3': 3,
      '4': 3,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2beta1.ImportDocumentTemplate.MetadataEntry',
      '10': 'metadata'
    },
  ],
  '3': const [ImportDocumentTemplate_MetadataEntry$json],
};