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>
20namespace BedrockAgentRuntime {
43 m_sourceHasBeenSet =
true;
58 template <
typename TextT = Aws::String>
60 m_textHasBeenSet =
true;
61 m_text = std::forward<TextT>(value);
63 template <
typename TextT = Aws::String>
65 SetText(std::forward<TextT>(value));
73 bool m_sourceHasBeenSet =
false;
74 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue