New to Kendo UI for AngularStart a free 30-day trial

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>
In this article
Definition
Not finding the help you need?
Contact Support