Class StreamAction.Builder

java.lang.Object
com.vonage.client.voice.ncco.StreamAction.Builder
Enclosing class:
StreamAction

public static class StreamAction.Builder extends Object
  • Method Details

    • streamUrl

      Parameters:
      streamUrl - An array containing a single URL to an mp3 or wav (16-bit) audio file to stream to the Call or Conversation.
      Returns:
      This builder.
    • streamUrl

      public StreamAction.Builder streamUrl(String... streamUrl)
      Parameters:
      streamUrl - An array containing a single URL to an mp3 or wav (16-bit) audio file to stream to the Call or Conversation.
      Returns:
      This builder.
    • level

      Parameters:
      level - Set the audio level of the stream in the range between -1 and 1 inclusively with a precision of 0.1. The default value is 0.
      Returns:
      This builder.
    • bargeIn

      Parameters:
      bargeIn - Set to true so this action is terminated when the user presses a button on the keypad. Use this feature to enable users to choose an option without having to listen to the whole message in your Interactive Voice Response (IVR ). If you set bargeIn to true on one more Stream actions then the next action in the NCCO stack must be an input action.

      The default value is false.

      Returns:
      This builder.
    • loop

      Parameters:
      loop - The number of times audio is repeated before the Call is closed. The default value is 1. Set to 0 to loop infinitely.
      Returns:
      This builder.
    • build

      public StreamAction build()
      Returns:
      A new StreamAction object from the stored builder options.