public static interface OutboundCallConfig.Builder extends SdkPojo, CopyableBuilder<OutboundCallConfig.Builder,OutboundCallConfig>
| Modifier and Type | Method and Description |
|---|---|
OutboundCallConfig.Builder |
answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
Sets the value of the AnswerMachineDetectionConfig property for this object.
|
default OutboundCallConfig.Builder |
answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)
Sets the value of the AnswerMachineDetectionConfig property for this object.
|
OutboundCallConfig.Builder |
connectContactFlowId(String connectContactFlowId)
Sets the value of the ConnectContactFlowId property for this object.
|
OutboundCallConfig.Builder |
connectQueueId(String connectQueueId)
Sets the value of the ConnectQueueId property for this object.
|
OutboundCallConfig.Builder |
connectSourcePhoneNumber(String connectSourcePhoneNumber)
Sets the value of the ConnectSourcePhoneNumber property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutboundCallConfig.Builder answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
answerMachineDetectionConfig - The new value for the AnswerMachineDetectionConfig property for this object.default OutboundCallConfig.Builder answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)
AnswerMachineDetectionConfig.Builder
avoiding the need to create one manually via AnswerMachineDetectionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to answerMachineDetectionConfig(AnswerMachineDetectionConfig).
answerMachineDetectionConfig - a consumer that will call methods on AnswerMachineDetectionConfig.BuilderanswerMachineDetectionConfig(AnswerMachineDetectionConfig)OutboundCallConfig.Builder connectContactFlowId(String connectContactFlowId)
connectContactFlowId - The new value for the ConnectContactFlowId property for this object.OutboundCallConfig.Builder connectQueueId(String connectQueueId)
connectQueueId - The new value for the ConnectQueueId property for this object.OutboundCallConfig.Builder connectSourcePhoneNumber(String connectSourcePhoneNumber)
connectSourcePhoneNumber - The new value for the ConnectSourcePhoneNumber property for this object.Copyright © 2022. All rights reserved.