C# Class IntegratedAuthoringTool.DialogStateAction

Represents a dialogue action
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
MEANINGS_PACKAGING_NAME Name
STYLES_PACKAGING_NAME Name

Méthodes publiques

Méthode Description
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

Method Details

BuildSpeakAction() public méthode

public BuildSpeakAction ( ) : Name
Résultat Name

BuildSpeakAction() public static méthode

public static BuildSpeakAction ( Name currentState, Name nextState, IList meanings, IList styles ) : Name
currentState Name
nextState Name
meanings IList
styles IList
Résultat Name

BuildSpeakAction() public static méthode

public static BuildSpeakAction ( Name currentState, Name nextState, IList meanings, Name style ) : Name
currentState Name
nextState Name
meanings IList
style Name
Résultat Name

BuildSpeakAction() public static méthode

public static BuildSpeakAction ( Name currentState, Name nextState, Name meaning, IList styles ) : Name
currentState Name
nextState Name
meaning Name
styles IList
Résultat Name

BuildSpeakAction() public static méthode

public static BuildSpeakAction ( Name currentState, Name nextState, Name meaning, Name style ) : Name
currentState Name
nextState Name
meaning Name
style Name
Résultat Name

DialogStateAction() public méthode

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

PackageList() public static méthode

public static PackageList ( Name packageRoot, IList elements ) : Name
packageRoot Name
elements IList
Résultat Name

ToDTO() public méthode

Creates a DTO from the dialogue action
public ToDTO ( ) : DialogueStateActionDTO
Résultat IntegratedAuthoringTool.DTOs.DialogueStateActionDTO

Property Details

MEANINGS_PACKAGING_NAME public_oe static_oe property

public static Name MEANINGS_PACKAGING_NAME
Résultat Name

STYLES_PACKAGING_NAME public_oe static_oe property

public static Name STYLES_PACKAGING_NAME
Résultat Name