VideoCard 생성자

정의

오버로드

VideoCard()

VideoCard 클래스의 새 인스턴스를 초기화합니다.

VideoCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String)

VideoCard 클래스의 새 인스턴스를 초기화합니다.

VideoCard()

VideoCard 클래스의 새 인스턴스를 초기화합니다.

public VideoCard ();
Public Sub New ()

적용 대상

VideoCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String)

VideoCard 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

title
String

이 카드의 제목입니다.

subtitle
String

이 카드의 부제목입니다.

text
String

이 카드의 텍스트입니다.

image
ThumbnailUrl

썸네일 자리 표시자입니다.

media
IList<MediaUrl>

이 카드의 미디어 URL입니다. 이 필드에 둘 이상의 URL이 포함된 경우 각 URL은 동일한 콘텐츠의 대체 형식입니다.

buttons
IList<CardAction>

이 카드에 대한 작업입니다.

shareable
Nullable<Boolean>

이 콘텐츠는 다른 사용자와 공유할 수 있습니다(기본값:true).

autoloop
Nullable<Boolean>

콘텐츠 끝에서 클라이언트 루프 재생이 수행되어야 합니다(기본값:true).

autostart
Nullable<Boolean>

클라이언트가 이 카드에서 미디어의 재생을 자동으로 시작해야 합니다(기본값:true).

aspect
String

썸네일/미디어 자리 표시자의 가로 세로 비율입니다. 허용되는 값은 "16:9" 및 "4:3"입니다.

value
Object

이 카드에 대한 보조 매개 변수입니다.

duration
String

수신기가 콘텐츠를 열지 않고도 미디어 콘텐츠의 길이를 설명합니다. ISO 8601 기간 필드로 서식이 지정됩니다.

적용 대상