Class VoiceWorkflow

All Implemented Interfaces:
Jsonable

public final class VoiceWorkflow extends Workflow
Defines workflow properties for sending a verification code to a user over a voice call.
  • Constructor Details

    • VoiceWorkflow

      public VoiceWorkflow(String to)
      Constructs a new Voice verification workflow.
      Parameters:
      to - The number to call, in E.164 format.
  • Method Details