Struct aws_sdk_connect::model::answer_machine_detection_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AnswerMachineDetectionConfig
Implementations
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
.
Wait for the answering machine prompt.
Wait for the answering machine prompt.
Consumes the builder and constructs a AnswerMachineDetectionConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more