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