ActionInputs
A class representing the inputs of an action. It is used to manage the inputs of a task and its state on the remote Union API.
Attributes
| Attribute | Type | Description |
|---|---|---|
| pb2 | common_pb2.Inputs | This attribute stores the protobuf representation of the inputs, specifically an instance of common_pb2.Inputs. |
| data | Dict[str, Any] | This attribute stores the inputs as a dictionary where keys are strings and values can be of any type, allowing access like a standard dictionary. |