7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/SubSlotValueElicitationSetting.h>
47 template<
typename SlotTypeIdT = Aws::String>
48 void SetSlotTypeId(SlotTypeIdT&& value) { m_slotTypeIdHasBeenSet =
true; m_slotTypeId = std::forward<SlotTypeIdT>(value); }
49 template<
typename SlotTypeIdT = Aws::String>
60 template<
typename ValueElicitationSettingT = SubSlotValueElicitationSetting>
61 void SetValueElicitationSetting(ValueElicitationSettingT&& value) { m_valueElicitationSettingHasBeenSet =
true; m_valueElicitationSetting = std::forward<ValueElicitationSettingT>(value); }
62 template<
typename ValueElicitationSettingT = SubSlotValueElicitationSetting>
68 bool m_slotTypeIdHasBeenSet =
false;
71 bool m_valueElicitationSettingHasBeenSet =
false;
bool SlotTypeIdHasBeenSet() const
void SetSlotTypeId(SlotTypeIdT &&value)
AWS_LEXMODELSV2_API Specifications(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSlotTypeId() const
void SetValueElicitationSetting(ValueElicitationSettingT &&value)
Specifications & WithSlotTypeId(SlotTypeIdT &&value)
bool ValueElicitationSettingHasBeenSet() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API Specifications()=default
const SubSlotValueElicitationSetting & GetValueElicitationSetting() const
Specifications & WithValueElicitationSetting(ValueElicitationSettingT &&value)
AWS_LEXMODELSV2_API Specifications & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue