Package version:

Interface WebKnowledgeSourceDomain

Configuration for web knowledge source domain.

interface WebKnowledgeSourceDomain {
    address: string;
    includeSubpages?: boolean;
}

Properties

address: string

The address of the domain.

includeSubpages?: boolean

Whether or not to include subpages from this domain.