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