Skip to main content
All docs
V25.2
  • AIChatUploadFileInfo Constructors

    Contains information about a file to be uploaded to a chat message.
    Name Parameters Description
    AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>, String) name, type, size, data, guid Initializes a new instance of the AIChatUploadFileInfo class with specified settings.
    AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>) name, type, size, data Initializes a new instance of the AIChatUploadFileInfo class with specified settings.
    See Also