class Aws::Connect::Client
def start_outbound_voice_contact(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
start_outbound_voice_contact(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartOutboundVoiceContact - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::StartOutboundVoiceContactResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:traffic_type
(String
) -- -
:campaign_id
(String
) -- -
:answer_machine_detection_config
(Types::AnswerMachineDetectionConfig
) -- -
:attributes
(Hash
) -- -
:queue_id
(String
) -- -
:source_phone_number
(String
) -- -
:client_token
(String
) -- -
:instance_id
(required, String
) -- -
:contact_flow_id
(required, String
) -- -
:destination_phone_number
(required, String
) -- -
:related_contact_id
(String
) -- -
:references
(Hash
) -- -
:description
(String
) -- -
:name
(String
) --
def start_outbound_voice_contact(params = {}, options = {}) req = build_request(:start_outbound_voice_contact, params) req.send_request(options) end