Back to Devexpress

AIChatUploadFileInfo Constructors

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-aichatuploadfileinfo-dot-ctor.md

latest1.3 KB
Original Source

AIChatUploadFileInfo Constructors

Contains information about a file to be uploaded to a chat message.

NameParametersDescription
AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>, String)name, type, size, data, guidInitializes a new instance of the AIChatUploadFileInfo class with specified settings.
AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>)name, type, size, dataInitializes a new instance of the AIChatUploadFileInfo class with specified settings.

See Also

AIChatUploadFileInfo Class

AIChatUploadFileInfo Members

DevExpress.AIIntegration.Blazor.Chat Namespace