VideoCard 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
VideoCard() |
Initializes a new instance of the VideoCard class. |
VideoCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String) |
Initializes a new instance of the VideoCard class. |
VideoCard()
Initializes a new instance of the VideoCard class.
public VideoCard ();
Public Sub New ()
Applies to
VideoCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String)
Initializes a new instance of the VideoCard class.
public VideoCard (string title = default, string subtitle = default, string text = default, Microsoft.Bot.Schema.ThumbnailUrl image = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.MediaUrl> media = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> buttons = default, bool? shareable = default, bool? autoloop = default, bool? autostart = default, string aspect = default, object value = default, string duration = default);
new Microsoft.Bot.Schema.VideoCard : string * string * string * Microsoft.Bot.Schema.ThumbnailUrl * System.Collections.Generic.IList<Microsoft.Bot.Schema.MediaUrl> * System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * obj * string -> Microsoft.Bot.Schema.VideoCard
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
Title of this card.
- subtitle
- String
Subtitle of this card.
- text
- String
Text of this card.
- image
- ThumbnailUrl
Thumbnail placeholder.
Media URLs for this card. When this field contains more than one URL, each URL is an alternative format of the same content.
- buttons
- IList<CardAction>
Actions on this card.
Should the client automatically start playback of media in this card (default:true).
- aspect
- String
Aspect ratio of thumbnail/media placeholder. Allowed values are "16:9" and "4:3".
- value
- Object
Supplementary parameter for this card.
- duration
- String
Describes the length of the media content without requiring a receiver to open the content. Formatted as an ISO 8601 Duration field.