PromptToExpressionRequest(String, String, String, String) Constructor
Initializes a new instance of the PromptToExpressionRequest class with specified settings.
Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
public PromptToExpressionRequest(
string expressionInNL,
string schema,
string reportLayout,
string customExpressions
)
Parameters
Name | Type |
---|---|
expressionInNL | String |
schema | String |
reportLayout | String |
customExpressions | String |
See Also