Class SVAMLControl.Builder
java.lang.Object
com.sinch.sdk.domains.voice.models.svaml.SVAMLControl.Builder
- Enclosing class:
SVAMLControl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the instanceThe action that will control the callsetInstructions
(Collection<Instruction> instructions) The collection of instructions that can perform various tasks during the call
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setInstructions
The collection of instructions that can perform various tasks during the call- Parameters:
instructions
- Instructions list- Returns:
- Current builder
-
setAction
The action that will control the call- Parameters:
action
- The action description- Returns:
- Current builder
-
build
Build the instance- Returns:
- Built instance
-