Skip to main content
All docs
V25.1
  • PromptToExpressionRequest(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 text
    )

    Parameters

    Name Type
    text String
    See Also