Interface PageLinkConfig

The configuration that defines how web chat responds to link page requests (where there's a link reference in the URL).

interface PageLinkConfig {
    linkIDs: Record<string, PageLinkIDConfig>;
}

Properties

Properties

linkIDs: Record<string, PageLinkIDConfig>

The configuration for all the link IDs. The keys are the link IDs and the values are the configurations specific to each link ID.

MMNEPVFCICPMFPCPTTAAATR