searchResponse resource type
Namespace: microsoft.graph
Represents results from a search query, and the terms used for the query.
Properties
Property | Type | Description |
---|---|---|
hitsContainers | searchHitsContainer collection | A collection of search results. |
queryAlterationResponse | alterationResponse | Provides information related to spelling corrections in the alteration response. |
resultTemplates | resultTemplate collection | A dictionary of resultTemplateIds and associated values, which include the name and JSON schema of the result templates. |
searchTerms | String collection | Contains the search terms sent in the initial search query. |
JSON representation
The following JSON representation shows the resource type.
{
"hitsContainers": [{"@odata.type": "microsoft.graph.searchHitsContainer"}],
"queryAlterationResponse": {"@odata.type": "microsoft.graph.alterationResponse"},
"resultTemplates": [{"@odata.type":"microsoft.graph.resultTemplateDictionary"}],
"searchTerms": ["String"]
}