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