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
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