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