7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/ChatPromptTemplateConfiguration.h>
9#include <aws/bedrock-agent/model/TextPromptTemplateConfiguration.h>
50 template<
typename ChatT = ChatPromptTemplateConfiguration>
51 void SetChat(ChatT&& value) { m_chatHasBeenSet =
true; m_chat = std::forward<ChatT>(value); }
52 template<
typename ChatT = ChatPromptTemplateConfiguration>
62 template<
typename TextT = TextPromptTemplateConfiguration>
63 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
64 template<
typename TextT = TextPromptTemplateConfiguration>
70 bool m_chatHasBeenSet =
false;
73 bool m_textHasBeenSet =
false;
AWS_BEDROCKAGENT_API PromptTemplateConfiguration()=default
const ChatPromptTemplateConfiguration & GetChat() const
void SetChat(ChatT &&value)
const TextPromptTemplateConfiguration & GetText() const
PromptTemplateConfiguration & WithChat(ChatT &&value)
bool ChatHasBeenSet() const
bool TextHasBeenSet() const
PromptTemplateConfiguration & WithText(TextT &&value)
void SetText(TextT &&value)
AWS_BEDROCKAGENT_API PromptTemplateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API PromptTemplateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue