class Aws::Connect::Client
def stop_contact_recording(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
stop_contact_recording(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StopContactRecording - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:initial_contact_id
(required, String
) -- -
:contact_id
(required, String
) -- -
:instance_id
(required, String
) --
def stop_contact_recording(params = {}, options = {}) req = build_request(:stop_contact_recording, params) req.send_request(options) end