DetectAction
Returned from call.detect(). Tracks
an active detection operation (answering machine, fax tone, or digit detection).
Terminal states: finished, error.
Unlike other actions, DetectAction also resolves on the first detection result,
not just on terminal state events. This means await action.wait() returns as
soon as a detection is made.
Inherits all properties and methods from the
base Action interface (control_id,
is_done, completed, result, wait()).
Properties
No additional properties beyond the base Action interface.