answerKeyword resource type

Namespace: microsoft.graph.search

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.

Represents answer keywords that allow users to define words and phrases that trigger an administrative search answer to appear in search results.

Properties

Property Type Description
keywords String collection A collection of keywords used to trigger the search answer.
matchSimilarKeywords Boolean If true, indicates that the search term contains similar words to the keywords that should trigger the search answer.
reservedKeywords String collection Unique keywords that guarantee the search answer is triggered.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.search.answerKeyword",
  "keywords": ["String"],
  "matchSimilarKeywords": "Boolean",
  "reservedKeywords": ["String"]
}