AudioCard.Media Property

Definition

Gets or sets media URLs for this card. When this field contains more than one URL, each URL is an alternative format of the same content.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.MediaUrl> Media { get; set; }
member this.Media : System.Collections.Generic.IList<Microsoft.Bot.Schema.MediaUrl> with get, set
Public Property Media As IList(Of MediaUrl)

Property Value

The media URLs of this card.

Applies to