Table of Contents

Class OutboundAttachment

Namespace
JD.AI.Core.Channels
Assembly
JD.AI.Core.dll

File attachment for outbound messages.

public record OutboundAttachment : IEquatable<OutboundAttachment>
Inheritance
OutboundAttachment
Implements
Inherited Members

Constructors

OutboundAttachment(string, Stream, string?)

File attachment for outbound messages.

public OutboundAttachment(string FileName, Stream Content, string? Description = null)

Parameters

FileName string
Content Stream
Description string

Properties

Content

public Stream Content { get; init; }

Property Value

Stream

Description

public string? Description { get; init; }

Property Value

string

FileName

public string FileName { get; init; }

Property Value

string