Condividi tramite


Extensions.GenerateHeroCards(FormPrompt) Metodo

Definizione

Generare un elenco di schede hero da una definizione di richiesta.

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)

Parametri

prompt
FormPrompt

Definizione del prompt.

Restituisce

Elenco di carte hero.

Si applica a