AnimationCard 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
AnimationCard() | |
AnimationCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String) |
AnimationCard()
public AnimationCard ();
Public Sub New ()
Aplica-se a
AnimationCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String)
public AnimationCard (string title = default, string subtitle = default, string text = default, Microsoft.Bot.Connector.ThumbnailUrl image = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.MediaUrl> media = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> buttons = default, bool? shareable = default, bool? autoloop = default, bool? autostart = default, string aspect = default, object value = default, string duration = default);
new Microsoft.Bot.Connector.AnimationCard : string * string * string * Microsoft.Bot.Connector.ThumbnailUrl * System.Collections.Generic.IList<Microsoft.Bot.Connector.MediaUrl> * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * obj * string -> Microsoft.Bot.Connector.AnimationCard
Public Sub New (Optional title As String = Nothing, Optional subtitle As String = Nothing, Optional text As String = Nothing, Optional image As ThumbnailUrl = Nothing, Optional media As IList(Of MediaUrl) = Nothing, Optional buttons As IList(Of CardAction) = Nothing, Optional shareable As Nullable(Of Boolean) = Nothing, Optional autoloop As Nullable(Of Boolean) = Nothing, Optional autostart As Nullable(Of Boolean) = Nothing, Optional aspect As String = Nothing, Optional value As Object = Nothing, Optional duration As String = Nothing)
Parâmetros
- title
- String
- subtitle
- String
- text
- String
- image
- ThumbnailUrl
- buttons
- IList<CardAction>
- aspect
- String
- value
- Object
- duration
- String