Package version:

Interface BingCustomSearchConfiguration

A bing custom search configuration.

interface BingCustomSearchConfiguration {
    connectionId: string;
    count?: number;
    freshness?: string;
    instanceName: string;
    market?: string;
    setLang?: string;
}

Properties

connectionId: string

Connection id for grounding with bing search

count?: number

The number of search results to return in the bing api response

freshness?: string

Filter search results by a specific time range. Accepted values: https://learn.microsoft.com/bing/search-apis/bing-web-search/reference/query-parameters

instanceName: string

Name of the custom configuration instance given to config.

market?: string

The market where the results come from.

setLang?: string

The language to use for user interface strings when calling Bing API.