alteredQueryToken resource type
Namespace: microsoft.graph
Represents changed segments related to an original user query.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"length": "Int32",
"offset": "Int32",
"suggestion": "String"
}