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>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
77 bool m_nameHasBeenSet =
false;
80 bool m_slotsHasBeenSet =
false;
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
UserTurnIntentOutput & AddSlots(const char *key, const UserTurnSlotOutput &value)
UserTurnIntentOutput & WithName(const char *value)
UserTurnIntentOutput & WithName(const Aws::String &value)
UserTurnIntentOutput & WithSlots(const Aws::Map< Aws::String, UserTurnSlotOutput > &value)
UserTurnIntentOutput & AddSlots(Aws::String &&key, const UserTurnSlotOutput &value)
void SetName(const char *value)
void SetSlots(Aws::Map< Aws::String, UserTurnSlotOutput > &&value)
void SetName(Aws::String &&value)
void SetName(const Aws::String &value)
UserTurnIntentOutput & AddSlots(const Aws::String &key, UserTurnSlotOutput &&value)
UserTurnIntentOutput & WithSlots(Aws::Map< Aws::String, UserTurnSlotOutput > &&value)
const Aws::String & GetName() const
void SetSlots(const Aws::Map< Aws::String, UserTurnSlotOutput > &value)
AWS_LEXMODELSV2_API UserTurnIntentOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
UserTurnIntentOutput & WithName(Aws::String &&value)
AWS_LEXMODELSV2_API UserTurnIntentOutput()
UserTurnIntentOutput & AddSlots(const char *key, UserTurnSlotOutput &&value)
const Aws::Map< Aws::String, UserTurnSlotOutput > & GetSlots() const
UserTurnIntentOutput & AddSlots(Aws::String &&key, UserTurnSlotOutput &&value)
UserTurnIntentOutput & AddSlots(const Aws::String &key, const UserTurnSlotOutput &value)
AWS_LEXMODELSV2_API UserTurnIntentOutput(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
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