Skip to main content
All docs
V25.1
  • IPromptSuggestion.PromptMessage Property

    Returns the text to be displayed in the input field after a user clicks the corresponding suggestion (hint bubble).

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    string PromptMessage { get; }

    Property Value

    Type Description
    String

    The prompt message.

    Remarks

    Refer to the IPromptSuggestion interface description for more information and an example.

    See Also