AIPromptCustomMessagesComponent
Represents the custom messages component of the AIPrompt.
Use this component to override default messages for the AIPrompt (see example).
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:kendo-aiprompt-messages
Syntax:
<kendo-aiprompt-messages
promptView="My prompt view"
outputView="My output view">
</kendo-aiprompt-messages>
Inputs
copyOutput
string
Sets the text for the Copy button text in each Output view card.
generateOutput
string
Sets the text for the Generate button in the Prompt view.
outputRetryTitle
string
Sets the title of each retry card in the Output view.
outputTitle
string
Sets the title of each card in the Output view.
outputView
string
Sets the Toolbar button text for the Output view.
promptPlaceholder
string
Sets the placeholder text for the Prompt view text area.
promptSuggestions
string
Sets the title of the Prompt suggestions button.
promptView
string
Sets the Toolbar button text for the Prompt view.
retryGeneration
string
Sets the Retry button text in each Output view card.
speechToTextButton
string
Sets the aria-label for the Speech to Text button.