Język

Attachment Konstruktory

Definicja

Przeciążenia

Nazwa Opis
Attachment()

Inicjuje nowe wystąpienie klasy Attachment.

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

Inicjuje nowe wystąpienie klasy Attachment.

Attachment()

Inicjuje nowe wystąpienie klasy Attachment.

public Attachment();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy Attachment.

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)

Parametry

contentType
String

mimetype/Contenttype dla pliku.

contentUrl
String

Adres treści URL.

content
Object

Osadzone treści.

name
String

(OPCJONALNIE) Nazwa załącznika.

thumbnailUrl
String

(OPCJONALNIE) Miniaturka powiązana z załącznikiem.

Dotyczy