resultTemplateOption resource type
Namespace: microsoft.graph
Provides the search result template options to render search results from connectors.
Properties
Property | Type | Description |
---|---|---|
enableResultTemplate | Boolean | Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"enableResultTemplate": "Boolean"
}