MediaEventValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.