get_interactions()
- 1 Minute to read
get_interactions()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Returns a list with all the possible interactions
Arguments
None
Return
Type | Description |
---|---|
List | Returns a list with all the possible interactions. |
Usage example
self.interactions.get_interactions()
>>> ['task_received', 'task_finished', 'performing_task']
Was this article helpful?