Skip to main content
All docs
V25.2
  • PromptToExpressionRequestBase.UserPrompt Property

    Gets or sets a natural-language description of the desired logic.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string UserPrompt { get; set; }

    Property Value

    Type Description
    String

    Natural-language description of the desired logic.

    See Also