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 | The underlying protobuf representation of the action inputs used for communication with the remote Union API. |
| data | Dict[str, Any] | A dictionary mapping input names to their corresponding values, providing the internal storage for the UserDict interface. |
Constructor
Signature
def ActionInputs() - > null