Action Class

Defines the base abstract class for Actions that need to be implemented.

Inheritance
Action

Constructor

Action()

Methods

to_json

Convert object into a json dictionary.

to_json

Convert object into a json dictionary.

abstract to_json() -> Dict[str, Any]

Returns

Type Description

The instance of the class converted into a json dictionary

Attributes

action_type