7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/DialogActionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetSlotToElicit(
const char* value) { m_slotToElicitHasBeenSet =
true; m_slotToElicit.assign(value); }
75 inline void SetSuppressNextMessage(
bool value) { m_suppressNextMessageHasBeenSet =
true; m_suppressNextMessage = value; }
81 bool m_typeHasBeenSet =
false;
84 bool m_slotToElicitHasBeenSet =
false;
86 bool m_suppressNextMessage;
87 bool m_suppressNextMessageHasBeenSet =
false;
AWS_LEXMODELSV2_API DialogAction()
bool GetSuppressNextMessage() const
const Aws::String & GetSlotToElicit() const
DialogAction & WithSlotToElicit(const char *value)
bool TypeHasBeenSet() const
DialogAction & WithType(const DialogActionType &value)
void SetType(const DialogActionType &value)
void SetSlotToElicit(Aws::String &&value)
bool SuppressNextMessageHasBeenSet() const
void SetSlotToElicit(const char *value)
void SetSuppressNextMessage(bool value)
DialogAction & WithSlotToElicit(Aws::String &&value)
DialogAction & WithSuppressNextMessage(bool value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
DialogAction & WithSlotToElicit(const Aws::String &value)
DialogAction & WithType(DialogActionType &&value)
void SetSlotToElicit(const Aws::String &value)
const DialogActionType & GetType() const
AWS_LEXMODELSV2_API DialogAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SlotToElicitHasBeenSet() const
AWS_LEXMODELSV2_API DialogAction(Aws::Utils::Json::JsonView jsonValue)
void SetType(DialogActionType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue