SemanticAction 클래스

정의

프로그래밍 작업에 대한 참조를 나타냅니다.

public class SemanticAction
type SemanticAction = class
Public Class SemanticAction
상속
SemanticAction

생성자

SemanticAction()

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

SemanticAction(String, IDictionary<String,Entity>)

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

속성

Entities

이 작업과 연결된 엔터티를 가져오거나 설정합니다.

Id

이 작업의 ID를 가져오거나 설정합니다.

State

이 작업의 상태를 가져오거나 설정합니다. 허용되는 값: start, continue, done.

적용 대상