@Generated(value="software.amazon.awssdk:codegen") public final class AnswerMachineDetectionConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig>
Configuration of the answering machine detection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnswerMachineDetectionConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
awaitAnswerMachinePrompt()
Wait for the answering machine prompt.
|
static AnswerMachineDetectionConfig.Builder |
builder() |
Boolean |
enableAnswerMachineDetection()
The flag to indicate if answer machine detection analysis needs to be performed for a voice call.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnswerMachineDetectionConfig.Builder> |
serializableBuilderClass() |
AnswerMachineDetectionConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
true, TrafficType must be set as CAMPAIGN.public final Boolean awaitAnswerMachinePrompt()
Wait for the answering machine prompt.
public AnswerMachineDetectionConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig>public static AnswerMachineDetectionConfig.Builder builder()
public static Class<? extends AnswerMachineDetectionConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.