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