Back to Devexpress

IPromptSuggestion.PromptMessage Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-ipromptsuggestion-4c4ca7d7.md

latest1.1 KB
Original Source

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.2.dll

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
string PromptMessage { get; }

Property Value

TypeDescription
String

The prompt message.

|

Remarks

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

See Also

IPromptSuggestion Interface

IPromptSuggestion Members

DevExpress.AIIntegration.Blazor.Chat Namespace