Package com.vonage.client.voice.ncco
Class InputAction
java.lang.Object
com.vonage.client.voice.ncco.InputAction
- All Implemented Interfaces:
Action
public class InputAction extends java.lang.Object implements Action
An NCCO input action which allows for the collection of digits from a person.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInputAction.Builder -
Constructor Summary
Constructors Constructor Description InputAction(InputAction.Builder builder)Deprecated. -
Method Summary
Modifier and Type Method Description static InputAction.Builderbuilder()java.lang.StringgetAction()EventMethodgetEventMethod()java.util.Collection<java.lang.String>getEventUrl()java.lang.IntegergetMaxDigits()java.lang.BooleangetSubmitOnHash()java.lang.IntegergetTimeOut()
-
Constructor Details
-
InputAction
Deprecated.
-
-
Method Details