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.

JSON representation

The following is a JSON representation of the resource.

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