Extensions.GenerateHeroCards(FormPrompt) 方法

定义

从提示定义生成英雄卡的列表。

public static System.Collections.Generic.IList<Microsoft.Bot.Connector.Attachment> GenerateHeroCards(this Microsoft.Bot.Builder.FormFlow.Advanced.FormPrompt prompt);
static member GenerateHeroCards : Microsoft.Bot.Builder.FormFlow.Advanced.FormPrompt -> System.Collections.Generic.IList<Microsoft.Bot.Connector.Attachment>
<Extension()>
Public Function GenerateHeroCards (prompt As FormPrompt) As IList(Of Attachment)

参数

prompt
FormPrompt

提示定义。

返回

英雄卡片列表。

适用于