7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/lex/model/ConfirmationStatus.h>
11#include <aws/lex/model/DialogActionType.h>
12#include <aws/lex/model/FulfillmentState.h>
25namespace LexRuntimeService
55 inline void SetIntentName(
const char* value) { m_intentNameHasBeenSet =
true; m_intentName.assign(value); }
73 inline void SetCheckpointLabel(
const char* value) { m_checkpointLabelHasBeenSet =
true; m_checkpointLabel.assign(value); }
95 inline IntentSummary&
AddSlots(
const char* key,
const char* value) { m_slotsHasBeenSet =
true; m_slots.emplace(key, value);
return *
this; }
167 inline void SetSlotToElicit(
const char* value) { m_slotToElicitHasBeenSet =
true; m_slotToElicit.assign(value); }
175 bool m_intentNameHasBeenSet =
false;
178 bool m_checkpointLabelHasBeenSet =
false;
181 bool m_slotsHasBeenSet =
false;
184 bool m_confirmationStatusHasBeenSet =
false;
187 bool m_dialogActionTypeHasBeenSet =
false;
190 bool m_fulfillmentStateHasBeenSet =
false;
193 bool m_slotToElicitHasBeenSet =
false;
bool SlotToElicitHasBeenSet() const
IntentSummary & WithCheckpointLabel(const Aws::String &value)
void SetSlots(Aws::Map< Aws::String, Aws::String > &&value)
void SetSlotToElicit(const Aws::String &value)
IntentSummary & WithIntentName(Aws::String &&value)
void SetConfirmationStatus(const ConfirmationStatus &value)
const Aws::String & GetIntentName() const
AWS_LEXRUNTIMESERVICE_API IntentSummary()
IntentSummary & WithSlots(Aws::Map< Aws::String, Aws::String > &&value)
const FulfillmentState & GetFulfillmentState() const
void SetFulfillmentState(const FulfillmentState &value)
const Aws::String & GetCheckpointLabel() const
AWS_LEXRUNTIMESERVICE_API IntentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IntentSummary & WithSlotToElicit(Aws::String &&value)
void SetCheckpointLabel(const Aws::String &value)
bool SlotsHasBeenSet() const
IntentSummary & WithFulfillmentState(FulfillmentState &&value)
IntentSummary & WithSlotToElicit(const Aws::String &value)
void SetIntentName(const Aws::String &value)
IntentSummary & AddSlots(Aws::String &&key, Aws::String &&value)
IntentSummary & WithCheckpointLabel(const char *value)
IntentSummary & WithIntentName(const Aws::String &value)
IntentSummary & WithSlots(const Aws::Map< Aws::String, Aws::String > &value)
IntentSummary & WithDialogActionType(DialogActionType &&value)
const Aws::Map< Aws::String, Aws::String > & GetSlots() const
IntentSummary & AddSlots(const Aws::String &key, const Aws::String &value)
void SetIntentName(const char *value)
const Aws::String & GetSlotToElicit() const
AWS_LEXRUNTIMESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
IntentSummary & WithIntentName(const char *value)
bool CheckpointLabelHasBeenSet() const
void SetCheckpointLabel(const char *value)
bool ConfirmationStatusHasBeenSet() const
IntentSummary & AddSlots(Aws::String &&key, const Aws::String &value)
void SetIntentName(Aws::String &&value)
void SetSlotToElicit(Aws::String &&value)
const ConfirmationStatus & GetConfirmationStatus() const
const DialogActionType & GetDialogActionType() const
IntentSummary & AddSlots(const Aws::String &key, Aws::String &&value)
void SetConfirmationStatus(ConfirmationStatus &&value)
AWS_LEXRUNTIMESERVICE_API IntentSummary(Aws::Utils::Json::JsonView jsonValue)
IntentSummary & WithConfirmationStatus(ConfirmationStatus &&value)
IntentSummary & AddSlots(Aws::String &&key, const char *value)
IntentSummary & AddSlots(const char *key, const char *value)
IntentSummary & AddSlots(const char *key, Aws::String &&value)
bool DialogActionTypeHasBeenSet() const
void SetSlotToElicit(const char *value)
IntentSummary & WithFulfillmentState(const FulfillmentState &value)
bool FulfillmentStateHasBeenSet() const
void SetSlots(const Aws::Map< Aws::String, Aws::String > &value)
IntentSummary & WithSlotToElicit(const char *value)
IntentSummary & WithDialogActionType(const DialogActionType &value)
void SetDialogActionType(const DialogActionType &value)
void SetFulfillmentState(FulfillmentState &&value)
void SetDialogActionType(DialogActionType &&value)
void SetCheckpointLabel(Aws::String &&value)
IntentSummary & WithCheckpointLabel(Aws::String &&value)
IntentSummary & WithConfirmationStatus(const ConfirmationStatus &value)
bool IntentNameHasBeenSet() 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