AnimationCard 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
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 ()
Applies to
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)
Parameters
- title
- String
- subtitle
- String
- text
- String
- image
- ThumbnailUrl
- buttons
- IList<CardAction>
- aspect
- String
- value
- Object
- duration
- String