Skip to main content
All docs
V26.1
  • PromptClarificationAnswer.IsCanceled Property

    Gets whether the clarification request was canceled.

    Namespace: DevExpress.AIIntegration.Reporting

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

    Declaration

    public bool IsCanceled { get; }

    Property Value

    Type Description
    Boolean

    true if the user canceled the request; otherwise, false.

    Remarks

    Check this property before you use Value.

    See Also