CardAction Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
CardAction() | |
CardAction(String, String, String, Object, String, String, Object) |
CardAction()
public CardAction ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- type
- String
- title
- String
- image
- String
- value
- Object
- text
- String
- displayText
- String
- channelData
- Object