다음을 통해 공유


ActionState 클래스

정의

작업에 대한 상태 정보를 포함합니다.

public class ActionState : Microsoft.Bot.Builder.Dialogs.DialogState
type ActionState = class
    inherit DialogState
Public Class ActionState
Inherits DialogState
상속
ActionState

생성자

ActionState()

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

ActionState(String, Object)

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

속성

DialogId

DialogId 값을 가져오거나 설정합니다.

DialogStack

대화 상자 스택의 상태 정보를 가져오거나 설정합니다.

(다음에서 상속됨 DialogState)
Options

옵션 값을 가져오거나 설정합니다.

적용 대상