ServiceNowKnowledgeArticleConfiguration constructor
ServiceNowKnowledgeArticleConfiguration({})
Implementation
ServiceNowKnowledgeArticleConfiguration({
required this.documentDataFieldName,
this.crawlAttachments,
this.documentTitleFieldName,
this.excludeAttachmentFilePatterns,
this.fieldMappings,
this.includeAttachmentFilePatterns,
});