Skip to main content
All docs
V25.1
  • AIAssistantOptions(String, Stream) Constructor

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

    Namespace: DevExpress.AIIntegration.Services.Assistant

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public AIAssistantOptions(
        string fileName,
        Stream data
    )

    Parameters

    Name Type
    fileName String
    data Stream
    See Also