다음을 통해 공유


CustomEvent 클래스

정의

봇에 사용자 지정 이벤트 전송을 스크립팅하는 작업입니다.

public class CustomEvent : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction
type CustomEvent = class
    inherit TestAction
Public Class CustomEvent
Inherits TestAction
상속
CustomEvent

생성자

CustomEvent(String, Int32)

CustomEvent 클래스의 새 인스턴스를 초기화합니다.

필드

Kind

종류의 세랄화입니다.

속성

Name

이벤트 이름을 가져오거나 설정합니다.

Value

이벤트 값을 가져오거나 설정합니다.

메서드

ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

테스트를 실행합니다.

RegisterSourcePath(String, Int32)

파일 및 호출자 줄의 경로를 등록합니다.

(다음에서 상속됨 TestAction)

적용 대상