Dela via


Attachment Konstruktorer

Definition

Överlagringar

Attachment()

Initierar en ny instans av Attachment klassen.

Attachment(String, String, Object, String, String)

Initierar en ny instans av Attachment klassen.

Attachment()

Initierar en ny instans av Attachment klassen.

public Attachment ();
Public Sub New ()

Gäller för

Attachment(String, String, Object, String, String)

Initierar en ny instans av Attachment klassen.

public Attachment (string contentType = default, string contentUrl = default, object content = default, string name = default, string thumbnailUrl = default);
new Microsoft.Bot.Schema.Attachment : string * string * obj * string * string -> Microsoft.Bot.Schema.Attachment
Public Sub New (Optional contentType As String = Nothing, Optional contentUrl As String = Nothing, Optional content As Object = Nothing, Optional name As String = Nothing, Optional thumbnailUrl As String = Nothing)

Parametrar

contentType
String

mimetype/Contenttype för filen.

contentUrl
String

Innehålls-URL.

content
Object

Inbäddat innehåll.

name
String

(VALFRITT) Namnet på den bifogade filen.

thumbnailUrl
String

(VALFRITT) Miniatyr som är associerad med bifogad fil.

Gäller för