ChoiceFactory.HeroCard(IList<Choice>, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个消息活动,其中包含已添加为 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
参数
- text
- String
消息的可选文本。
- speak
- String
可选的 SSML 文本,由机器人在启用了语音的通道上朗读。
返回
一个活动,可以选择为带有按钮的 HeroCard。