Search results

PromptRequestEventArgs API in JavaScript (ES5) Ai Assistview API control

Properties

cancel

boolean

Specifies whether the prompt request should be cancelled. Determines if the prompt request should be stopped, giving control over whether the prompt processing continues or is aborted.

name

string

Specifies name of the event.

prompt

string

Specifies the text of the prompt request.

promptSuggestions

string[]

Specifies the list of prompt suggestions. Represents an array of suggested prompts that can assist the user.

responseToolbarItems

ToolbarItemModel[]

Specifies the toolbar items for the output view in the AIAssistView component. Represents the collection of toolbar items that are displayed alongside the output view, allowing for additional interactions.