AIPromptCommandsViewProps
Interface
The props of the AIPromptCommandsView component.
Definition
Package:@progress/kendo-vue-conversational-ui
Properties
The collection of commands that will be rendered in the Command view.
onCommandexecute?
(command: CommandItemInterface) => void
Fires each time the user clicks over a Command view command. Exposes the selected command as event data.
Parameters:commandCommandItemInterface