Package com.nexmo.client.voice.ncco
Class InputAction
- java.lang.Object
-
- com.nexmo.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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
InputAction
@Deprecated public InputAction(InputAction.Builder builder)
Deprecated.
-
-
Method Detail
-
getTimeOut
public java.lang.Integer getTimeOut()
-
getMaxDigits
public java.lang.Integer getMaxDigits()
-
getSubmitOnHash
public java.lang.Boolean getSubmitOnHash()
-
getEventUrl
public java.util.Collection<java.lang.String> getEventUrl()
-
getEventMethod
public EventMethod getEventMethod()
-
builder
public static InputAction.Builder builder()
-
-