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>
59 template<
typename SlotToElicitT = Aws::String>
60 void SetSlotToElicit(SlotToElicitT&& value) { m_slotToElicitHasBeenSet =
true; m_slotToElicit = std::forward<SlotToElicitT>(value); }
61 template<
typename SlotToElicitT = Aws::String>
71 inline void SetSuppressNextMessage(
bool value) { m_suppressNextMessageHasBeenSet =
true; m_suppressNextMessage = value; }
77 bool m_typeHasBeenSet =
false;
80 bool m_slotToElicitHasBeenSet =
false;
82 bool m_suppressNextMessage{
false};
83 bool m_suppressNextMessageHasBeenSet =
false;
bool GetSuppressNextMessage() const
DialogActionType GetType() const
const Aws::String & GetSlotToElicit() const
DialogAction & WithType(DialogActionType value)
bool TypeHasBeenSet() const
bool SuppressNextMessageHasBeenSet() const
AWS_LEXMODELSV2_API DialogAction()=default
void SetSuppressNextMessage(bool value)
DialogAction & WithSuppressNextMessage(bool value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(DialogActionType value)
DialogAction & WithSlotToElicit(SlotToElicitT &&value)
void SetSlotToElicit(SlotToElicitT &&value)
AWS_LEXMODELSV2_API DialogAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SlotToElicitHasBeenSet() const
AWS_LEXMODELSV2_API DialogAction(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue