Skip to main content

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

AttributeTypeDescription
pb2common_pb2.InputsThe underlying protobuf representation of the action inputs used for communication with the remote Union API.
dataDict[str, Any]A dictionary mapping input names to their corresponding values, providing the internal storage for the UserDict interface.

Constructor

Signature

def ActionInputs() - > null