MediaEventValue Constructors

Definition

Overloads

MediaEventValue()

Initializes a new instance of the MediaEventValue class.

MediaEventValue(Object)

Initializes a new instance of the MediaEventValue class.

MediaEventValue()

Initializes a new instance of the MediaEventValue class.

public MediaEventValue ();
Public Sub New ()

Applies to

MediaEventValue(Object)

Initializes a new instance of the MediaEventValue class.

public MediaEventValue (object cardValue = default);
new Microsoft.Bot.Schema.MediaEventValue : obj -> Microsoft.Bot.Schema.MediaEventValue
Public Sub New (Optional cardValue As Object = Nothing)

Parameters

cardValue
Object

Callback parameter specified in the Value field of the MediaCard that originated this event.

Applies to