7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
9#include <aws/lexv2-runtime/model/ImageResponseCard.h>
10#include <aws/lexv2-runtime/model/MessageContentType.h>
21namespace LexRuntimeV2 {
43 template <
typename ContentT = Aws::String>
45 m_contentHasBeenSet =
true;
46 m_content = std::forward<ContentT>(value);
48 template <
typename ContentT = Aws::String>
62 m_contentTypeHasBeenSet =
true;
63 m_contentType = value;
75 template <
typename ImageResponseCardT = ImageResponseCard>
77 m_imageResponseCardHasBeenSet =
true;
78 m_imageResponseCard = std::forward<ImageResponseCardT>(value);
80 template <
typename ImageResponseCardT = ImageResponseCard>
91 ImageResponseCard m_imageResponseCard;
92 bool m_contentHasBeenSet =
false;
93 bool m_contentTypeHasBeenSet =
false;
94 bool m_imageResponseCardHasBeenSet =
false;
Message & WithImageResponseCard(ImageResponseCardT &&value)
void SetImageResponseCard(ImageResponseCardT &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContentType(MessageContentType value)
void SetContent(ContentT &&value)
AWS_LEXRUNTIMEV2_API Message()=default
const Aws::String & GetContent() const
bool ContentTypeHasBeenSet() const
AWS_LEXRUNTIMEV2_API Message(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXRUNTIMEV2_API Message & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
MessageContentType GetContentType() const
Message & WithContentType(MessageContentType value)
Message & WithContent(ContentT &&value)
bool ImageResponseCardHasBeenSet() const
const ImageResponseCard & GetImageResponseCard() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue