class Aws::Connect::Client
def transfer_contact(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
transfer_contact(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TransferContact - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::TransferContactResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:client_token
(String
) -- -
:contact_flow_id
(required, String
) -- -
:user_id
(String
) -- -
:queue_id
(String
) -- -
:contact_id
(required, String
) -- -
:instance_id
(required, String
) --
def transfer_contact(params = {}, options = {}) req = build_request(:transfer_contact, params) req.send_request(options) end