class Aws::BedrockAgent::Client

def create_agent_action_group(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_agent_action_group(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/CreateAgentActionGroup - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateAgentActionGroupResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :action_group_state (String) --
  • :api_schema (Types::APISchema) --
  • :action_group_executor (Types::ActionGroupExecutor) --
  • :parent_action_group_signature (String) --
  • :description (String) --
  • :client_token (String) --
  • :action_group_name (required, String) --
  • :agent_version (required, String) --
  • :agent_id (required, String) --
def create_agent_action_group(params = {}, options = {})
  req = build_request(:create_agent_action_group, params)
  req.send_request(options)
end