AIPromptToolbarActionsDirective
Directive
Represents a template for additional Toolbar actions. The actions appear after the Toolbar buttons for all views.
To define the template, nest an <ng-template> tag
with the kendoAIPromptToolbarActionsTemplate directive inside the <kendo-aiprompt> tag.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoAIPromptToolbarActionsTemplate]
Syntax:
html
<kendo-aiprompt>
<ng-template kendoAIPromptToolbarActionsTemplate>
<button kendoButton>Custom Action</button>
</ng-template>
</kendo-aiprompt>