get_interactions()¶
Returns a list with all the possible interactions
Arguments¶
None
Return¶
Type |
Description |
|---|---|
|
Returns a list with all the possible interactions. |
Usage example¶
self.interactions.get_interactions()
>>> ['task_received', 'task_finished', 'performing_task']