| Trees | Indices | Help |
|---|
|
|
object --+
|
DialogueAction
Abstract base class for subclasses that represent dialogue actions embedded within a DialogueSection or DialogueResponse.
Subclasses must define the keyword class variable and implement both the __init__ and __call__ methods.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
logger = logging.getLogger('dialogueaction.DialogueAction')
|
|||
registered_actions =
|
|||
| basestring |
keyword keyword used by the DialogueParser to
recognize the DialogueAction in serialized Dialogues.
|
||
|
|||
|
Inherited from |
|||
|
|||
Register a DialogueAction subclass for easy reference.
|
Initialize a new DialogueAction instance.
|
Execute the DialogueAction.
|
|
|||
registered_actions
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 15 17:19:43 2011 | http://epydoc.sourceforge.net |