AIPromptOutputTemplateDirective
Directive
Represents the template for the response in the AIPrompt component. The template context is set to the current output object.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoAIPromptOutputTemplate]
Syntax:
html
<kendo-aiprompt>
<ng-template kendoAIPromptOutputTemplate let-output>
<div>{{output.prompt}}</div>
</ng-template>
</kendo-aiprompt>