Attachment コンストラクター

定義

オーバーロード

Attachment()

Attachment クラスの新しいインスタンスを初期化します。

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

Attachment クラスの新しいインスタンスを初期化します。

Attachment()

Attachment クラスの新しいインスタンスを初期化します。

public Attachment ();
Public Sub New ()

適用対象

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

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)

パラメーター

contentType
String

ファイルの mimetype/Contenttype。

contentUrl
String

コンテンツ URL。

content
Object

埋め込みコンテンツ。

name
String

(省略可能)添付ファイルの名前。

thumbnailUrl
String

(省略可能)添付ファイルに関連付けられているサムネイル。

適用対象