RecommendedSuggestion interface
What suggestions should be taken to complete the recommendation.
Properties
| action | Action of the suggestion. |
| additional |
Collection of additional properties for the suggestion. |
| description | Description of the suggestion. |
| suggestion |
Id of the suggestion type. |
| title | Title of the suggestion. |
Property Details
action
Action of the suggestion.
action: string
Property Value
string
additionalProperties
Collection of additional properties for the suggestion.
additionalProperties?: Record<string, string>
Property Value
Record<string, string>
description
Description of the suggestion.
description: string
Property Value
string
suggestionTypeId
Id of the suggestion type.
suggestionTypeId: string
Property Value
string
title
Title of the suggestion.
title: string
Property Value
string