Interface CallUpdateRequest
public interface CallUpdateRequest
SVAML is a call control markup language. When a server receives a callback event from the Sinch
platform, it can respond with a SVAML object to control the voice call. The following is an
example of a SVAML object type and its contents.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic CallUpdateRequest.Builderbuilder()Getting builderGet actionThe collection of instructions that can perform various tasks during the call.
-
Method Details
-
getInstructions
Collection<SvamlInstruction> getInstructions()The collection of instructions that can perform various tasks during the call. You can include as many instructions as necessary.- Returns:
- instructions
-
getAction
ManagedCallSvamlAction getAction()Get action- Returns:
- action
-
builder
Getting builder- Returns:
- New Builder instance
-