IPromptSuggestion.Title Property
Returns the prompt suggestion title.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
String | The prompt suggestion title. |
Remarks
Refer to the IPromptSuggestion interface description for more information and an example.
See Also