다음을 통해 공유


TestScript.Test(String, String, String, UInt32, String, Int32) 메서드

정의

호출 Send(String, String, Int32) 에 대한 바로 가기 뒤에 가 잇습니다 AssertReply(String, String, UInt32, String[], String, Int32).

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

매개 변수

userSays
String

보낼 메시지의 텍스트입니다.

expected
String

봇의 예상 메시지 텍스트입니다.

description
String

실제 응답이 예상과 다른 경우 보낼 메시지입니다.

timeout
UInt32

응답이 예상되는 시간(밀리초)입니다.

path
String

달라집니다.

line
Int32

줄 번호입니다.

반환

이 교환을 모델링된 교환에 추가하는 새 TestScript 개체입니다.

예외

봇이 예상대로 응답하지 않았습니다.

설명

이 메서드는 원래 TestScript 개체를 수정하지 않습니다.

적용 대상