IPromptSuggestion.SendOnClick Property
Specifies what happens when you click a search suggestion: instantly send it to chat or place it in the prompt box.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
bool SendOnClick { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the SendOnClick description for more information and an example.
See Also