CardAction Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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