AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PromptCreationConfigurations.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgentRuntime
20{
21namespace Model
22{
23
35 {
36 public:
37 AWS_BEDROCKAGENTRUNTIME_API PromptCreationConfigurations() = default;
38 AWS_BEDROCKAGENTRUNTIME_API PromptCreationConfigurations(Aws::Utils::Json::JsonView jsonValue);
39 AWS_BEDROCKAGENTRUNTIME_API PromptCreationConfigurations& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
52 inline bool GetExcludePreviousThinkingSteps() const { return m_excludePreviousThinkingSteps; }
53 inline bool ExcludePreviousThinkingStepsHasBeenSet() const { return m_excludePreviousThinkingStepsHasBeenSet; }
54 inline void SetExcludePreviousThinkingSteps(bool value) { m_excludePreviousThinkingStepsHasBeenSet = true; m_excludePreviousThinkingSteps = value; }
57
59
66 inline int GetPreviousConversationTurnsToInclude() const { return m_previousConversationTurnsToInclude; }
67 inline bool PreviousConversationTurnsToIncludeHasBeenSet() const { return m_previousConversationTurnsToIncludeHasBeenSet; }
68 inline void SetPreviousConversationTurnsToInclude(int value) { m_previousConversationTurnsToIncludeHasBeenSet = true; m_previousConversationTurnsToInclude = value; }
71 private:
72
73 bool m_excludePreviousThinkingSteps{false};
74 bool m_excludePreviousThinkingStepsHasBeenSet = false;
75
76 int m_previousConversationTurnsToInclude{0};
77 bool m_previousConversationTurnsToIncludeHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace BedrockAgentRuntime
82} // namespace Aws
PromptCreationConfigurations & WithExcludePreviousThinkingSteps(bool value)
AWS_BEDROCKAGENTRUNTIME_API PromptCreationConfigurations & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API PromptCreationConfigurations(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
PromptCreationConfigurations & WithPreviousConversationTurnsToInclude(int value)
AWS_BEDROCKAGENTRUNTIME_API PromptCreationConfigurations()=default
Aws::Utils::Json::JsonValue JsonValue