context property
Metadata and refinements associated with the given search engine, including: * The name of the search engine that was used for the query.
- A set of facet objects (refinements) you can use for refining a search.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Map<core.String, core.Object?>? context;