Skip to main content
All docs
V26.1
  • PromptClarificationQuestion(String, IReadOnlyList<String>) Constructor

    Initializes a new instance of the PromptClarificationQuestion class with question text and optional answer choices.

    Namespace: DevExpress.AIIntegration.Reporting

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

    Declaration

    public PromptClarificationQuestion(
        string text,
        IReadOnlyList<string> choices = null
    )

    Parameters

    Name Type Description
    text String

    The clarification question text.

    Optional Parameters

    Name Type Default Description
    choices IReadOnlyList<String> null

    Optional predefined answers that the UI can present to the user.

    See Also