KnowledgeBaseWebCrawlerConfiguration

data class KnowledgeBaseWebCrawlerConfiguration(val crawlerLimits: KnowledgeBaseWebCrawlerConfigurationCrawlerLimitsProperties? = null, val exclusionFilters: List<String>? = null, val inclusionFilters: List<String>? = null, val scope: KnowledgeBaseWebCrawlerConfigurationScope? = null, val urlConfiguration: KnowledgeBaseWebCrawlerConfigurationUrlConfigurationProperties)

Constructors

Link copied to clipboard
constructor(crawlerLimits: KnowledgeBaseWebCrawlerConfigurationCrawlerLimitsProperties? = null, exclusionFilters: List<String>? = null, inclusionFilters: List<String>? = null, scope: KnowledgeBaseWebCrawlerConfigurationScope? = null, urlConfiguration: KnowledgeBaseWebCrawlerConfigurationUrlConfigurationProperties)

Types

Link copied to clipboard
object Companion

Properties