Values_2.StartOutboundVoiceContactResponseSourcePlaces an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. Dialing timeout for this operation can be configured with the “RingTimeoutInSeconds” parameter. If not specified, the default dialing timeout will be 60 seconds which means if the call is not connected within 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota Amazon Connect campaigns. For Preview dialing mode, only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API with OutboundStrategy.
type nonrec t = {contactId : Values_0.ContactId.t option;The identifier of this contact within the Amazon Connect instance.
*)}type nonrec error = [ | `DestinationNotAllowedException of Values_1.DestinationNotAllowedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `LimitExceededException of Values_0.LimitExceededException.t| `OutboundContactNotPermittedException of OutboundContactNotPermittedException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DestinationNotAllowedException of
Values_1.DestinationNotAllowedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `OutboundContactNotPermittedException of
OutboundContactNotPermittedException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DestinationNotAllowedException of
Values_1.DestinationNotAllowedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `OutboundContactNotPermittedException of
OutboundContactNotPermittedException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]