7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-runtime/model/Message.h>
69 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
77 bool m_messagesHasBeenSet =
false;
80 bool m_eventIdHasBeenSet =
false;
const Aws::Vector< Message > & GetMessages() const
bool MessagesHasBeenSet() const
const Aws::String & GetEventId() const
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventIdHasBeenSet() const
TextResponseEvent & AddMessages(const Message &value)
TextResponseEvent & WithEventId(Aws::String &&value)
void SetEventId(const Aws::String &value)
void SetMessages(const Aws::Vector< Message > &value)
TextResponseEvent & WithEventId(const char *value)
void SetEventId(Aws::String &&value)
void SetMessages(Aws::Vector< Message > &&value)
void SetEventId(const char *value)
TextResponseEvent & WithMessages(Aws::Vector< Message > &&value)
TextResponseEvent & AddMessages(Message &&value)
TextResponseEvent & WithEventId(const Aws::String &value)
AWS_LEXRUNTIMEV2_API TextResponseEvent()
AWS_LEXRUNTIMEV2_API TextResponseEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
TextResponseEvent & WithMessages(const Aws::Vector< Message > &value)
AWS_LEXRUNTIMEV2_API TextResponseEvent(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue