BingCustomSearchConfiguration interface
A bing custom search configuration.
Properties
| count | The number of search results to return in the bing api response |
| freshness | Filter search results by a specific time range. See accepted values here. |
| instance_name | Name of the custom configuration instance given to config. |
| market | The market where the results come from. |
| project_connection_id | Project connection id for grounding with bing search |
| set_lang | The language to use for user interface strings when calling Bing API. |
Property Details
count
The number of search results to return in the bing api response
count?: number
Property Value
number
freshness
Filter search results by a specific time range. See accepted values here.
freshness?: string
Property Value
string
instance_name
Name of the custom configuration instance given to config.
instance_name: string
Property Value
string
market
The market where the results come from.
market?: string
Property Value
string
project_connection_id
Project connection id for grounding with bing search
project_connection_id: string
Property Value
string
set_lang
The language to use for user interface strings when calling Bing API.
set_lang?: string
Property Value
string