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

    Returns prompt suggestion text.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

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

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    string Text { get; }

    Property Value

    Type Description
    String

    The prompt suggestion text.

    Remarks

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

    See Also