7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/Source.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime
48 inline void SetSource(
Source value) { m_sourceHasBeenSet =
true; m_source = value; }
58 template<
typename TextT = Aws::String>
59 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
60 template<
typename TextT = Aws::String>
66 bool m_sourceHasBeenSet =
false;
69 bool m_textHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API RepromptResponse()=default
bool TextHasBeenSet() const
void SetSource(Source value)
bool SourceHasBeenSet() const
const Aws::String & GetText() const
AWS_BEDROCKAGENTRUNTIME_API RepromptResponse(Aws::Utils::Json::JsonView jsonValue)
void SetText(TextT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
RepromptResponse & WithSource(Source value)
AWS_BEDROCKAGENTRUNTIME_API RepromptResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
RepromptResponse & WithText(TextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue