Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.22 KB

alterationresponse.md

File metadata and controls

48 lines (36 loc) · 1.22 KB
title description ms.localizationpriority author ms.subservice doc_type ms.date
alterationResponse resource type
Provides information related to spelling corrections in the alteration response.
medium
njerigrevious
search
resourcePageType
08/08/2024

alterationResponse resource type

Namespace: microsoft.graph

Provides information related to spelling corrections in the alteration response.

Properties

Property Type Description
originalQueryString String Defines the original user query string.
queryAlteration searchAlteration Defines the details of the alteration information for the spelling correction.
queryAlterationType searchAlterationType Defines the type of the spelling correction. Possible values are: suggestion, modification.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "originalQueryString": "String",
  "queryAlteration": "String",
  "queryAlterationType": "String"
}