ConstantInfo(String, String, String) Constructor
Initializes a new instance of the PromptToExpressionRequestBase.ConstantInfo class with specified settings.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.2.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The constant name. This value is assigned to the Name property. |
| description | String | The information that describes the constant. This value is assigned to the Description property. |
| category | String | The constant category. This value is assigned to the Category property. |
See Also