Partager via


TestScript.Test(String, String, String, UInt32, String, Int32) Méthode

Définition

public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript Test (string userSays, string expected, string description = default, uint timeout = 3000, string path = "", int line = 0);
member this.Test : string * string * string * uint32 * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript
Public Function Test (userSays As String, expected As String, Optional description As String = Nothing, Optional timeout As UInteger = 3000, Optional path As String = "", Optional line As Integer = 0) As TestScript

Paramètres

userSays
String

Texte du message à envoyer.

expected
String

Texte attendu d’un message du bot.

description
String

Message à envoyer si la réponse réelle n’est pas comme prévu.

timeout
UInt32

Durée en millisecondes pendant laquelle une réponse est attendue.

path
String

Chemin.

line
Int32

numéro de ligne.

Retours

Nouvel TestScript objet qui ajoute cet échange à 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 .

S’applique à