AttachmentView コンストラクター

定義

オーバーロード

AttachmentView()

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

AttachmentView(String, Nullable<Int32>)

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

AttachmentView()

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

public AttachmentView ();
Public Sub New ()

適用対象

AttachmentView(String, Nullable<Int32>)

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

public AttachmentView (string viewId = default, int? size = default);
new Microsoft.Bot.Schema.AttachmentView : string * Nullable<int> -> Microsoft.Bot.Schema.AttachmentView
Public Sub New (Optional viewId As String = Nothing, Optional size As Nullable(Of Integer) = Nothing)

パラメーター

viewId
String

添付ファイルの ID。

size
Nullable<Int32>

添付ファイルのサイズ。

適用対象