Class VbcEndpoint

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.ncco.VbcEndpoint
All Implemented Interfaces:
Jsonable, Endpoint

public class VbcEndpoint extends JsonableBaseObject implements Endpoint
Represents a VBC endpoint used in a ConnectAction. See the documentation for an example.
Since:
7.3.0
  • Method Details

    • getExtension

      public String getExtension()
      The VBC extension to connect the call to.
      Returns:
      The VBC extension number as a string.
    • getType

      public String getType()
      Specified by:
      getType in interface Endpoint
    • builder

      public static VbcEndpoint.Builder builder(String extension)
      Entry point for constructing an instance of this class.
      Parameters:
      extension - The VBC extension number as a string.
      Returns:
      A new Builder.