CardAction 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
CardAction() | |
CardAction(String, String, String, Object, String, String, Object) |
CardAction()
public CardAction ();
Public Sub New ()
Applies to
CardAction(String, String, String, Object, String, String, Object)
public CardAction (string type = default, string title = default, string image = default, object value = default, string text = default, string displayText = default, object channelData = default);
new Microsoft.Bot.Connector.CardAction : string * string * string * obj * string * string * obj -> Microsoft.Bot.Connector.CardAction
Public Sub New (Optional type As String = Nothing, Optional title As String = Nothing, Optional image As String = Nothing, Optional value As Object = Nothing, Optional text As String = Nothing, Optional displayText As String = Nothing, Optional channelData As Object = Nothing)
Parameters
- type
- String
- title
- String
- image
- String
- value
- Object
- text
- String
- displayText
- String
- channelData
- Object