Extensions.GenerateHeroCards(FormPrompt) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Générez une liste de cartes héros à partir d’une définition d’invite.
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)
Paramètres
- prompt
- FormPrompt
Définition de l’invite.
Retours
Liste des cartes de héros.