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
53 template<
typename IntentNameT = Aws::String>
54 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
55 template<
typename IntentNameT = Aws::String>
69 template<
typename Checkpo
intLabelT = Aws::String>
70 void SetCheckpointLabel(CheckpointLabelT&& value) { m_checkpointLabelHasBeenSet =
true; m_checkpointLabel = std::forward<CheckpointLabelT>(value); }
71 template<
typename Checkpo
intLabelT = Aws::String>
81 template<
typename SlotsT = Aws::Map<Aws::String, Aws::String>>
82 void SetSlots(SlotsT&& value) { m_slotsHasBeenSet =
true; m_slots = std::forward<SlotsT>(value); }
83 template<
typename SlotsT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename SlotsKeyT = Aws::String,
typename SlotsValueT = Aws::String>
87 m_slotsHasBeenSet =
true; m_slots.emplace(std::forward<SlotsKeyT>(key), std::forward<SlotsValueT>(value));
return *
this;
152 template<
typename SlotToElicitT = Aws::String>
153 void SetSlotToElicit(SlotToElicitT&& value) { m_slotToElicitHasBeenSet =
true; m_slotToElicit = std::forward<SlotToElicitT>(value); }
154 template<
typename SlotToElicitT = Aws::String>
160 bool m_intentNameHasBeenSet =
false;
163 bool m_checkpointLabelHasBeenSet =
false;
166 bool m_slotsHasBeenSet =
false;
169 bool m_confirmationStatusHasBeenSet =
false;
172 bool m_dialogActionTypeHasBeenSet =
false;
175 bool m_fulfillmentStateHasBeenSet =
false;
178 bool m_slotToElicitHasBeenSet =
false;
bool SlotToElicitHasBeenSet() const
ConfirmationStatus GetConfirmationStatus() const
const Aws::String & GetIntentName() const
FulfillmentState GetFulfillmentState() const
DialogActionType GetDialogActionType() const
const Aws::String & GetCheckpointLabel() const
IntentSummary & AddSlots(SlotsKeyT &&key, SlotsValueT &&value)
AWS_LEXRUNTIMESERVICE_API IntentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IntentSummary & WithIntentName(IntentNameT &&value)
AWS_LEXRUNTIMESERVICE_API IntentSummary()=default
bool SlotsHasBeenSet() const
void SetDialogActionType(DialogActionType value)
void SetSlotToElicit(SlotToElicitT &&value)
void SetSlots(SlotsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetSlots() const
const Aws::String & GetSlotToElicit() const
AWS_LEXRUNTIMESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
IntentSummary & WithCheckpointLabel(CheckpointLabelT &&value)
bool CheckpointLabelHasBeenSet() const
void SetFulfillmentState(FulfillmentState value)
bool ConfirmationStatusHasBeenSet() const
void SetCheckpointLabel(CheckpointLabelT &&value)
AWS_LEXRUNTIMESERVICE_API IntentSummary(Aws::Utils::Json::JsonView jsonValue)
bool DialogActionTypeHasBeenSet() const
IntentSummary & WithConfirmationStatus(ConfirmationStatus value)
bool FulfillmentStateHasBeenSet() const
void SetConfirmationStatus(ConfirmationStatus value)
IntentSummary & WithDialogActionType(DialogActionType value)
IntentSummary & WithSlots(SlotsT &&value)
void SetIntentName(IntentNameT &&value)
IntentSummary & WithSlotToElicit(SlotToElicitT &&value)
IntentSummary & WithFulfillmentState(FulfillmentState 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