DxAIChatPromptSuggestion Properties
Defines a prompt suggestion (hint bubble) in the DxAIChat component.| Name | Description |
|---|---|
| PromptMessage | Specifies the text to be displayed in the input field after a user clicks the corresponding suggestion (hint bubble). |
| SendOnClick | Specifies what happens when you click a search suggestion: instantly send it to chat or place it in the prompt box. |
| Text | Specifies prompt suggestion text. |
| Title | Specifies the prompt suggestion title. |
See Also