TemplateEngineLanguageGenerator.GenerateAsync 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.
Méthode permettant de générer du texte à partir d’un modèle et de données donnés.
public override System.Threading.Tasks.Task<object> GenerateAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dialogContext, string template, object data, System.Threading.CancellationToken cancellationToken = default);
override this.GenerateAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
Public Overrides Function GenerateAsync (dialogContext As DialogContext, template As String, data As Object, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
Paramètres
- dialogContext
- DialogContext
Contexte de la tournure actuelle de la conversation.
- template
- String
modèle à évaluer.
- data
- Object
données à lier.
- cancellationToken
- CancellationToken
pour CancellationToken la tâche.
Retours
texte généré.