public class AnswerMachineDetectionConfig
extends java.lang.Object
implements java.io.Serializable
Configuration of the answering machine detection.
| Constructor and Description |
|---|
AnswerMachineDetectionConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAwaitAnswerMachinePrompt()
Wait for the answering machine prompt.
|
java.lang.Boolean |
getEnableAnswerMachineDetection()
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call.
|
int |
hashCode() |
java.lang.Boolean |
isAwaitAnswerMachinePrompt()
Wait for the answering machine prompt.
|
java.lang.Boolean |
isEnableAnswerMachineDetection()
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call.
|
void |
setAwaitAnswerMachinePrompt(java.lang.Boolean awaitAnswerMachinePrompt)
Wait for the answering machine prompt.
|
void |
setEnableAnswerMachineDetection(java.lang.Boolean enableAnswerMachineDetection)
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AnswerMachineDetectionConfig |
withAwaitAnswerMachinePrompt(java.lang.Boolean awaitAnswerMachinePrompt)
Wait for the answering machine prompt.
|
AnswerMachineDetectionConfig |
withEnableAnswerMachineDetection(java.lang.Boolean enableAnswerMachineDetection)
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call.
|
public java.lang.Boolean isEnableAnswerMachineDetection()
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call. If set to true,
TrafficType must be set as CAMPAIGN.
The flag to indicate if answer machine detection analysis needs
to be performed for a voice call. If set to true,
TrafficType must be set as CAMPAIGN.
public java.lang.Boolean getEnableAnswerMachineDetection()
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call. If set to true,
TrafficType must be set as CAMPAIGN.
The flag to indicate if answer machine detection analysis needs
to be performed for a voice call. If set to true,
TrafficType must be set as CAMPAIGN.
public void setEnableAnswerMachineDetection(java.lang.Boolean enableAnswerMachineDetection)
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call. If set to true,
TrafficType must be set as CAMPAIGN.
enableAnswerMachineDetection -
The flag to indicate if answer machine detection analysis
needs to be performed for a voice call. If set to
true, TrafficType must be set as
CAMPAIGN.
public AnswerMachineDetectionConfig withEnableAnswerMachineDetection(java.lang.Boolean enableAnswerMachineDetection)
The flag to indicate if answer machine detection analysis needs to be
performed for a voice call. If set to true,
TrafficType must be set as CAMPAIGN.
Returns a reference to this object so that method calls can be chained together.
enableAnswerMachineDetection -
The flag to indicate if answer machine detection analysis
needs to be performed for a voice call. If set to
true, TrafficType must be set as
CAMPAIGN.
public java.lang.Boolean isAwaitAnswerMachinePrompt()
Wait for the answering machine prompt.
Wait for the answering machine prompt.
public java.lang.Boolean getAwaitAnswerMachinePrompt()
Wait for the answering machine prompt.
Wait for the answering machine prompt.
public void setAwaitAnswerMachinePrompt(java.lang.Boolean awaitAnswerMachinePrompt)
Wait for the answering machine prompt.
awaitAnswerMachinePrompt - Wait for the answering machine prompt.
public AnswerMachineDetectionConfig withAwaitAnswerMachinePrompt(java.lang.Boolean awaitAnswerMachinePrompt)
Wait for the answering machine prompt.
Returns a reference to this object so that method calls can be chained together.
awaitAnswerMachinePrompt - Wait for the answering machine prompt.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object