Skip to main content
All docs
V25.1
  • SmartSearchResponse(IList<SmartSearchResponse.ItemInfo>, String, ResponseStatus) Constructor

    Initializes a new instance of the SmartSearchResponse class with specified settings.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public SmartSearchResponse(
        IList<SmartSearchResponse.ItemInfo> Values,
        string Response,
        ResponseStatus Status
    )

    Parameters

    Name Type Description
    Values IList<SmartSearchResponse.ItemInfo>

    Information about items that match the search criteria. This value is assigned to the Values property.

    Response String

    The response.

    Status ResponseStatus

    The response status.

    See Also