alterationResponse resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 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": "suggestion"
}