Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.search
Represents the base type for other search answers.
Base type of acronym, bookmark, and qna.
Inherits from entity.
Property | Type | Description |
---|---|---|
description | String | The search answer description that is shown on the search results page. |
displayName | String | The search answer name that is displayed in search results. |
id | String | The unique identifier (GUID) for the search answer. Inherited from entity. |
lastModifiedBy | microsoft.graph.identitySet | Details of the user who created or last modified the search answer. Read-only. |
lastModifiedDateTime | DateTimeOffset | Date and time when the search answer was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
webUrl | String | The URL link for the search answer. When users select this search answer from the search results, they are directed to the specified URL. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.search.searchAnswer",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"webUrl": "String"
}
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in