Udostępnij za pośrednictwem


AttachmentData Konstruktory

Definicja

Przeciążenia

AttachmentData()

Inicjuje nowe wystąpienie klasy AttachmentData.

AttachmentData(String, String, Byte[], Byte[])

Inicjuje nowe wystąpienie klasy AttachmentData.

AttachmentData()

Inicjuje nowe wystąpienie klasy AttachmentData.

public AttachmentData ();
Public Sub New ()

Dotyczy

AttachmentData(String, String, Byte[], Byte[])

Inicjuje nowe wystąpienie klasy AttachmentData.

public AttachmentData (string type = default, string name = default, byte[] originalBase64 = default, byte[] thumbnailBase64 = default);
new Microsoft.Bot.Schema.AttachmentData : string * string * byte[] * byte[] -> Microsoft.Bot.Schema.AttachmentData
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing, Optional originalBase64 As Byte() = Nothing, Optional thumbnailBase64 As Byte() = Nothing)

Parametry

type
String

Typ zawartości załącznika.

name
String

Nazwa załącznika.

originalBase64
Byte[]

Zawartość załącznika.

thumbnailBase64
Byte[]

Miniatura załącznika.

Dotyczy