7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/DialogActionType.h>
20namespace LexModelsV2 {
43 m_typeHasBeenSet =
true;
59 template <
typename SlotToElicitT = Aws::String>
61 m_slotToElicitHasBeenSet =
true;
62 m_slotToElicit = std::forward<SlotToElicitT>(value);
64 template <
typename SlotToElicitT = Aws::String>
78 m_suppressNextMessageHasBeenSet =
true;
79 m_suppressNextMessage = value;
91 bool m_suppressNextMessage{
false};
92 bool m_typeHasBeenSet =
false;
93 bool m_slotToElicitHasBeenSet =
false;
94 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