Data Source Service Now Knowledge Article Configuration
data class DataSourceServiceNowKnowledgeArticleConfiguration(val crawlAttachments: Boolean? = null, val documentDataFieldName: String, val documentTitleFieldName: String? = null, val excludeAttachmentFilePatterns: List<String>? = null, val fieldMappings: List<DataSourceToIndexFieldMapping>? = null, val filterQuery: String? = null, val includeAttachmentFilePatterns: List<String>? = null)
Constructors
Link copied to clipboard
fun DataSourceServiceNowKnowledgeArticleConfiguration(crawlAttachments: Boolean? = null, documentDataFieldName: String, documentTitleFieldName: String? = null, excludeAttachmentFilePatterns: List<String>? = null, fieldMappings: List<DataSourceToIndexFieldMapping>? = null, filterQuery: String? = null, includeAttachmentFilePatterns: List<String>? = null)