public class VoiceCallFlowRequest extends Object
| Constructor and Description |
|---|
VoiceCallFlowRequest() |
VoiceCallFlowRequest(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
List<VoiceStep> |
getSteps() |
String |
getTitle()
Deprecated.
|
boolean |
isDefaultCall() |
boolean |
isRecord() |
void |
setDefaultCall(boolean defaultCall) |
void |
setId(String id) |
void |
setRecord(boolean record) |
void |
setSteps(List<VoiceStep> steps) |
void |
setTitle(String title)
Deprecated.
|
String |
toString() |
public VoiceCallFlowRequest(String id)
public VoiceCallFlowRequest()
public String getId()
public void setId(String id)
@Deprecated public String getTitle()
@Deprecated public void setTitle(String title)
public boolean isRecord()
public void setRecord(boolean record)
public boolean isDefaultCall()
public void setDefaultCall(boolean defaultCall)
Copyright © 2024. All rights reserved.