Action Sets
Introduction
Creating Action Sets
from swiftagent.actions import ActionSet
action_set = ActionSet(name='new_actionset', description='sample action set')Adding Actions to Action Sets
Using Action Sets
Last updated