class Aws::Connect::Client
def update_evaluation_form(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_evaluation_form(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateEvaluationForm - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdateEvaluationFormResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:client_token
(String
) -- -
:scoring_strategy
(Types::EvaluationFormScoringStrategy
) -- -
:items
(required, Array
) -- -
:description
(String
) -- -
:title
(required, String
) -- -
:create_new_version
(Boolean
) -- -
:evaluation_form_version
(required, Integer
) -- -
:evaluation_form_id
(required, String
) -- -
:instance_id
(required, String
) --
def update_evaluation_form(params = {}, options = {}) req = build_request(:update_evaluation_form, params) req.send_request(options) end