Skip to main content
All docs
V25.1
  • 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

    true to send the clicked suggestion to chat; false to insert its text in the prompt box.

    Remarks

    Refer to the SendOnClick description for more information and an example.

    See Also