title | description | ms.localizationpriority | author | ms.subservice | doc_type | ms.date |
---|---|---|---|---|---|---|
alteredQueryToken resource type |
Represents changed segments related to an original user query. |
medium |
njerigrevious |
search |
resourcePageType |
08/08/2024 |
Namespace: microsoft.graph
Represents changed segments related to an original user query.
Property | Type | Description |
---|---|---|
length | Int32 | Defines the length of a changed segment. |
offset | Int32 | Defines the offset of a changed segment. |
suggestion | String | Represents the corrected segment string. |
None.
The following JSON representation shows the resource type.
{
"length": "Int32",
"offset": "Int32",
"suggestion": "String"
}