Attachment Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Attachment() |
Initialisiert eine neue Instanz der Attachment-Klasse. |
Attachment(String, String, Object, String, String) |
Initialisiert eine neue Instanz der Attachment-Klasse. |
Attachment()
Initialisiert eine neue Instanz der Attachment-Klasse.
public Attachment ();
Public Sub New ()
Gilt für:
Attachment(String, String, Object, String, String)
Initialisiert eine neue Instanz der 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)
Parameter
- contentType
- String
mimetype/Contenttype für die Datei.
- contentUrl
- String
Inhalts-URL.
- content
- Object
Eingebettete Inhalte.
- name
- String
(OPTIONAL) Der Name der Anlage.
- thumbnailUrl
- String
(OPTIONAL) Miniaturansicht, die der Anlage zugeordnet ist.