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.

JSON representation

The following is a JSON representation of the resource.

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