TestScript.AssertReply 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.
Ajoute une assertion indiquant que la logique de traitement du tour répond comme prévu.
public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript AssertReply (string expected, string description = default, uint timeout = 3000, string[] assertions = default, string path = "", int line = 0);
member this.AssertReply : string * string * uint32 * string[] * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript
Public Function AssertReply (expected As String, Optional description As String = Nothing, Optional timeout As UInteger = 3000, Optional assertions As String() = Nothing, Optional path As String = "", Optional line As Integer = 0) As TestScript
Paramètres
- expected
- String
Texte attendu d’un message du bot.
- description
- String
Message à envoyer si la réponse réelle n’est pas celle attendue.
- timeout
- UInt32
Durée, en millisecondes, pendant laquelle une réponse est attendue.
- assertions
- String[]
Affirmations.
- path
- String
Chemin.
- line
- Int32
numéro de ligne.
Retours
Nouvel TestScript objet qui ajoute cette assertion à l’échange modélisé.
Exceptions
Le bot n’a pas répondu comme prévu.
Remarques
Cette méthode ne modifie pas l’objet d’origine TestScript .