Templates.ExpandTemplate(String, Object, EvaluationOptions) 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.
Développe un modèle avec un nom et une étendue donnés. Retourne toutes les réponses possibles au lieu d’une réponse aléatoire.
public System.Collections.Generic.IList<object> ExpandTemplate (string templateName, object scope = default, Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions opt = default);
member this.ExpandTemplate : string * obj * Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions -> System.Collections.Generic.IList<obj>
Public Function ExpandTemplate (templateName As String, Optional scope As Object = Nothing, Optional opt As EvaluationOptions = Nothing) As IList(Of Object)
Paramètres
- templateName
- String
Nom du modèle à évaluer.
- scope
- Object
État visible dans l’évaluation.
EvaluationOptions dans le développement d’un modèle.
Retours
Résultat développé.