AIChatResource.Name Property
Specifies the AI Chat resource name.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String | The resource name. |
Remarks
Use the Name property to specify a resource title displayed in the resource picker and the selected resource box in chat.
AIChatResource resource = new AIChatResource("instructions",
"Technical Support",
fileContent,
"text/plain",
"An assistant that helps troubleshoot technical issues and provides step-by-step solutions.");

See Also