Append a raw action to the action list. Prefer the named convenience methods
(connect(),
hangup(),
say(), etc.)
for common operations.
Action type identifier (e.g., "hold", "hangup", "set_global_data").
Action payload. Can be a string, boolean, object, or array depending on the action type.
FunctionResult — this, for chaining.