ChatSuggestionTemplateDirective
Directive
Represents the template for a suggestion in the Chat component.
You can use the following field:
suggestion—The suggestion instance.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoChatSuggestionTemplate]
Syntax:
html
<kendo-chat>
<ng-template kendoChatSuggestionTemplate let-suggestion>
{{ suggestion.text }}
</ng-template>
</kendo-chat>