次の方法で共有


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 として選択したアクティビティ。

適用対象