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

The instance of the class converted into a json dictionary

Return type

<xref:Dict>[str, <xref:Any>]

Attributes

action_type