Skip to main content
All docs
V26.1
  • PromptToExpressionRequestBase.UserPrompt Property

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

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

    public string UserPrompt { get; set; }

    Property Value

    Type Description
    String

    Natural-language description of the desired logic.

    See Also