다음을 통해 공유


ChoiceFactory.HeroCard(IList<Choice>, String, String) 메서드

정의

로 추가 HeroCard된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다.

public static Microsoft.Bot.Schema.IMessageActivity HeroCard (System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> choices, string text = default, string speak = default);
static member HeroCard : System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> * string * string -> Microsoft.Bot.Schema.IMessageActivity
Public Shared Function HeroCard (choices As IList(Of Choice), Optional text As String = Nothing, Optional speak As String = Nothing) As IMessageActivity

매개 변수

choices
IList<Choice>

추가할 선택 항목 목록입니다.

text
String

선택 사항이며 메시지의 텍스트입니다.

speak
String

음성 지원 채널에서 봇이 말하는 선택적 SSML 텍스트입니다.

반환

단추가 있는 HeroCard로 선택할 수 있는 활동입니다.

적용 대상