Delen via


Attachment Constructors

Definitie

Overloads

Attachment()

Initialiseert een nieuw exemplaar van de Attachment klasse.

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

Initialiseert een nieuw exemplaar van de Attachment klasse.

Attachment()

Initialiseert een nieuw exemplaar van de Attachment klasse.

public Attachment();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de Attachment klasse.

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)

Parameters

contentType
String

mimetype/Inhoudstype voor het bestand.

contentUrl
String

Inhouds-URL.

content
Object

Ingesloten inhoud.

name
String

(OPTIONEEL) De naam van de bijlage.

thumbnailUrl
String

(OPTIONEEL) Miniatuur die is gekoppeld aan bijlage.

Van toepassing op