7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ActionGroupInvocationInput.h>
9#include <aws/bedrock-agent-runtime/model/AgentCollaboratorInvocationInput.h>
10#include <aws/bedrock-agent-runtime/model/CodeInterpreterInvocationInput.h>
11#include <aws/bedrock-agent-runtime/model/InvocationType.h>
12#include <aws/bedrock-agent-runtime/model/KnowledgeBaseLookupInput.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
26namespace BedrockAgentRuntime
52 template<
typename ActionGroupInvocationInputT = ActionGroupInvocationInput>
53 void SetActionGroupInvocationInput(ActionGroupInvocationInputT&& value) { m_actionGroupInvocationInputHasBeenSet =
true; m_actionGroupInvocationInput = std::forward<ActionGroupInvocationInputT>(value); }
54 template<
typename ActionGroupInvocationInputT = ActionGroupInvocationInput>
64 template<
typename AgentCollaboratorInvocationInputT = AgentCollaboratorInvocationInput>
65 void SetAgentCollaboratorInvocationInput(AgentCollaboratorInvocationInputT&& value) { m_agentCollaboratorInvocationInputHasBeenSet =
true; m_agentCollaboratorInvocationInput = std::forward<AgentCollaboratorInvocationInputT>(value); }
66 template<
typename AgentCollaboratorInvocationInputT = AgentCollaboratorInvocationInput>
76 template<
typename CodeInterpreterInvocationInputT = CodeInterpreterInvocationInput>
77 void SetCodeInterpreterInvocationInput(CodeInterpreterInvocationInputT&& value) { m_codeInterpreterInvocationInputHasBeenSet =
true; m_codeInterpreterInvocationInput = std::forward<CodeInterpreterInvocationInputT>(value); }
78 template<
typename CodeInterpreterInvocationInputT = CodeInterpreterInvocationInput>
100 template<
typename KnowledgeBaseLookupInputT = KnowledgeBaseLookupInput>
101 void SetKnowledgeBaseLookupInput(KnowledgeBaseLookupInputT&& value) { m_knowledgeBaseLookupInputHasBeenSet =
true; m_knowledgeBaseLookupInput = std::forward<KnowledgeBaseLookupInputT>(value); }
102 template<
typename KnowledgeBaseLookupInputT = KnowledgeBaseLookupInput>
112 template<
typename TraceIdT = Aws::String>
113 void SetTraceId(TraceIdT&& value) { m_traceIdHasBeenSet =
true; m_traceId = std::forward<TraceIdT>(value); }
114 template<
typename TraceIdT = Aws::String>
120 bool m_actionGroupInvocationInputHasBeenSet =
false;
123 bool m_agentCollaboratorInvocationInputHasBeenSet =
false;
126 bool m_codeInterpreterInvocationInputHasBeenSet =
false;
129 bool m_invocationTypeHasBeenSet =
false;
131 KnowledgeBaseLookupInput m_knowledgeBaseLookupInput;
132 bool m_knowledgeBaseLookupInputHasBeenSet =
false;
135 bool m_traceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue