다음을 통해 공유


TestScript.AssertReply 메서드

정의

턴 처리 논리가 예상대로 응답하는 어설션을 추가합니다.

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

매개 변수

expected
String

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

description
String

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

timeout
UInt32

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

assertions
String[]

어설션을.

path
String

달라집니다.

line
Int32

줄 번호입니다.

반환

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

예외

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

설명

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

적용 대상