Interface GoogleSearch

Tool to support Google Search in Model. Powered by Google.

interface GoogleSearch {
    timeRangeFilter?: Interval;
}

Properties

Properties

timeRangeFilter?: Interval

Optional. Filter search results to a specific time range. If customers set a start time, they must set an end time (and vice versa).