Udostępnij za pośrednictwem


AttachmentInfo Konstruktory

Definicja

Przeciążenia

AttachmentInfo()

Inicjuje nowe wystąpienie klasy AttachmentInfo.

AttachmentInfo(String, String, IList<AttachmentView>)

Inicjuje nowe wystąpienie klasy AttachmentInfo.

AttachmentInfo()

Inicjuje nowe wystąpienie klasy AttachmentInfo.

public AttachmentInfo ();
Public Sub New ()

Dotyczy

AttachmentInfo(String, String, IList<AttachmentView>)

Inicjuje nowe wystąpienie klasy AttachmentInfo.

public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> views = default);
new Microsoft.Bot.Schema.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> -> Microsoft.Bot.Schema.AttachmentInfo
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional views As IList(Of AttachmentView) = Nothing)

Parametry

name
String

Nazwa załącznika.

type
String

ContentType załącznika.

views
IList<AttachmentView>

widoki załączników.

Dotyczy