Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1003 Bytes

File metadata and controls

48 lines (36 loc) · 1003 Bytes
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

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