Skip to main content
All docs
V26.1
  • AIReportGenerationPage.SubmitAnswer(String) Method

    Submits a clarification answer to the current report generation workflow.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v26.1.dll

    Declaration

    public void SubmitAnswer(
        string answer
    )

    Parameters

    Name Type Description
    answer String

    The answer text supplied by the user.

    See Also