AttachmentView Constructors

Definition

Overloads

AttachmentView()

Initializes a new instance of the AttachmentView class.

AttachmentView(String, Nullable<Int32>)

Initializes a new instance of the AttachmentView class.

AttachmentView()

Initializes a new instance of the AttachmentView class.

public AttachmentView ();
Public Sub New ()

Applies to

AttachmentView(String, Nullable<Int32>)

Initializes a new instance of the AttachmentView class.

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)

Parameters

viewId
String

Id of the attachment.

size
Nullable<Int32>

Size of the attachment.

Applies to