7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-runtime/model/MessageContentType.h>
10#include <aws/lexv2-runtime/model/ImageResponseCard.h>
49 template<
typename ContentT = Aws::String>
50 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
51 template<
typename ContentT = Aws::String>
69 template<
typename ImageResponseCardT = ImageResponseCard>
70 void SetImageResponseCard(ImageResponseCardT&& value) { m_imageResponseCardHasBeenSet =
true; m_imageResponseCard = std::forward<ImageResponseCardT>(value); }
71 template<
typename ImageResponseCardT = ImageResponseCard>
77 bool m_contentHasBeenSet =
false;
80 bool m_contentTypeHasBeenSet =
false;
82 ImageResponseCard m_imageResponseCard;
83 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