7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/lexv2-models/model/UserTurnSlotOutput.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename SlotsT = Aws::Map<Aws::String, UserTurnSlotOutput>>
62 void SetSlots(SlotsT&& value) { m_slotsHasBeenSet =
true; m_slots = std::forward<SlotsT>(value); }
63 template<
typename SlotsT = Aws::Map<Aws::String, UserTurnSlotOutput>>
65 template<
typename SlotsKeyT = Aws::String,
typename SlotsValueT = UserTurnSlotOutput>
67 m_slotsHasBeenSet =
true; m_slots.emplace(std::forward<SlotsKeyT>(key), std::forward<SlotsValueT>(value));
return *
this;
73 bool m_nameHasBeenSet =
false;
76 bool m_slotsHasBeenSet =
false;
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API UserTurnIntentOutput()=default
void SetSlots(SlotsT &&value)
const Aws::String & GetName() const
UserTurnIntentOutput & AddSlots(SlotsKeyT &&key, SlotsValueT &&value)
void SetName(NameT &&value)
AWS_LEXMODELSV2_API UserTurnIntentOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
UserTurnIntentOutput & WithName(NameT &&value)
const Aws::Map< Aws::String, UserTurnSlotOutput > & GetSlots() const
AWS_LEXMODELSV2_API UserTurnIntentOutput(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
UserTurnIntentOutput & WithSlots(SlotsT &&value)
bool SlotsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue