Condividi tramite


Extensions.GenerateHeroCard(FormPrompt) Metodo

Definizione

Generare una scheda hero da un FormPrompt.

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

Parametri

prompt
FormPrompt

Definizione del prompt.

Restituisce

Un elenco vuoto se non sono presenti pulsanti o un elenco con una scheda hero.

Si applica a