Package version:

Interface KnowledgeBaseWebActivityArguments

Represents the arguments the web retrieval activity was run with.

interface KnowledgeBaseWebActivityArguments {
    count?: number;
    freshness?: string;
    language?: string;
    market?: string;
    search?: string;
}

Properties

count?: number

The number of web results returned.

freshness?: string

The freshness for the retrieval activity.

language?: string

The language for the retrieval activity.

market?: string

The market for the retrieval activity.

search?: string

The search string used to query the web.