| Field | Type | Required | Description | Example |
|---|---|---|---|---|
heading |
Optional<String> | ➖ | Heading text that was matched to produce this result. | |
question |
Optional<String> | ➖ | Question text that was matched to produce this result. | |
questionResult |
Optional<SearchResult> | ➖ | N/A | { "snippets": [ { "snippet": "snippet", "mimeType": "mimeType" } ], "metadata": { "container": "container", "createTime": "2000-01-23T04:56:07.000Z", "datasource": "datasource", "author": { "name": "name" }, "documentId": "documentId", "updateTime": "2000-01-23T04:56:07.000Z", "mimeType": "mimeType", "objectType": "objectType" }, "title": "title", "url": "https://example.com/foo/bar", "nativeAppUrl": "slack://foo/bar", "mustIncludeSuggestions": [ { "missingTerm": "container", "query": "container" } ] } |