C# 클래스 IntegratedAuthoringTool.DialogStateAction

Represents a dialogue action
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MEANINGS_PACKAGING_NAME Name
STYLES_PACKAGING_NAME Name

공개 메소드들

메소드 설명
BuildSpeakAction ( ) : Name
BuildSpeakAction ( Name currentState, Name nextState, IList meanings, IList styles ) : Name
BuildSpeakAction ( Name currentState, Name nextState, IList meanings, Name style ) : Name
BuildSpeakAction ( Name currentState, Name nextState, Name meaning, IList styles ) : Name
BuildSpeakAction ( Name currentState, Name nextState, Name meaning, Name style ) : Name
DialogStateAction ( DialogueStateActionDTO dto ) : System

Creates a new instance of a dialogue action from the corresponding DTO

PackageList ( Name packageRoot, IList elements ) : Name
ToDTO ( ) : DialogueStateActionDTO

Creates a DTO from the dialogue action

메소드 상세

BuildSpeakAction() 공개 메소드

public BuildSpeakAction ( ) : Name
리턴 Name

BuildSpeakAction() 공개 정적인 메소드

public static BuildSpeakAction ( Name currentState, Name nextState, IList meanings, IList styles ) : Name
currentState Name
nextState Name
meanings IList
styles IList
리턴 Name

BuildSpeakAction() 공개 정적인 메소드

public static BuildSpeakAction ( Name currentState, Name nextState, IList meanings, Name style ) : Name
currentState Name
nextState Name
meanings IList
style Name
리턴 Name

BuildSpeakAction() 공개 정적인 메소드

public static BuildSpeakAction ( Name currentState, Name nextState, Name meaning, IList styles ) : Name
currentState Name
nextState Name
meaning Name
styles IList
리턴 Name

BuildSpeakAction() 공개 정적인 메소드

public static BuildSpeakAction ( Name currentState, Name nextState, Name meaning, Name style ) : Name
currentState Name
nextState Name
meaning Name
style Name
리턴 Name

DialogStateAction() 공개 메소드

Creates a new instance of a dialogue action from the corresponding DTO
public DialogStateAction ( DialogueStateActionDTO dto ) : System
dto IntegratedAuthoringTool.DTOs.DialogueStateActionDTO
리턴 System

PackageList() 공개 정적인 메소드

public static PackageList ( Name packageRoot, IList elements ) : Name
packageRoot Name
elements IList
리턴 Name

ToDTO() 공개 메소드

Creates a DTO from the dialogue action
public ToDTO ( ) : DialogueStateActionDTO
리턴 IntegratedAuthoringTool.DTOs.DialogueStateActionDTO

프로퍼티 상세

MEANINGS_PACKAGING_NAME 공개적으로 정적으로 프로퍼티

public static Name MEANINGS_PACKAGING_NAME
리턴 Name

STYLES_PACKAGING_NAME 공개적으로 정적으로 프로퍼티

public static Name STYLES_PACKAGING_NAME
리턴 Name