7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/UserTurnSlotOutput.h>
21namespace LexModelsV2 {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename SlotsT = Aws::Map<Aws::String, UserTurnSlotOutput>>
63 m_slotsHasBeenSet =
true;
64 m_slots = std::forward<SlotsT>(value);
66 template <
typename SlotsT = Aws::Map<Aws::String, UserTurnSlotOutput>>
68 SetSlots(std::forward<SlotsT>(value));
71 template <
typename SlotsKeyT = Aws::String,
typename SlotsValueT = UserTurnSlotOutput>
73 m_slotsHasBeenSet =
true;
74 m_slots.emplace(std::forward<SlotsKeyT>(key), std::forward<SlotsValueT>(value));
82 bool m_nameHasBeenSet =
false;
83 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