class Aws::BedrockAgent::Client
def update_agent_alias(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_agent_alias(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/UpdateAgentAlias - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdateAgentAliasResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:routing_configuration
(Array
) -- -
:description
(String
) -- -
:agent_alias_name
(required, String
) -- -
:agent_alias_id
(required, String
) -- -
:agent_id
(required, String
) --
def update_agent_alias(params = {}, options = {}) req = build_request(:update_agent_alias, params) req.send_request(options) end