7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lex/LexRuntimeService_EXPORTS.h>
10#include <aws/lex/model/ConfirmationStatus.h>
11#include <aws/lex/model/DialogActionType.h>
12#include <aws/lex/model/FulfillmentState.h>
23namespace LexRuntimeService {
47 template <
typename IntentNameT = Aws::String>
49 m_intentNameHasBeenSet =
true;
50 m_intentName = std::forward<IntentNameT>(value);
52 template <
typename IntentNameT = Aws::String>
69 template <
typename Checkpo
intLabelT = Aws::String>
71 m_checkpointLabelHasBeenSet =
true;
72 m_checkpointLabel = std::forward<CheckpointLabelT>(value);
74 template <
typename Checkpo
intLabelT = Aws::String>
87 template <
typename SlotsT = Aws::Map<Aws::String, Aws::String>>
89 m_slotsHasBeenSet =
true;
90 m_slots = std::forward<SlotsT>(value);
92 template <
typename SlotsT = Aws::Map<Aws::String, Aws::String>>
94 SetSlots(std::forward<SlotsT>(value));
97 template <
typename SlotsKeyT = Aws::String,
typename SlotsValueT = Aws::String>
99 m_slotsHasBeenSet =
true;
100 m_slots.emplace(std::forward<SlotsKeyT>(key), std::forward<SlotsValueT>(value));
121 m_confirmationStatusHasBeenSet =
true;
122 m_confirmationStatus = value;
146 m_dialogActionTypeHasBeenSet =
true;
147 m_dialogActionType = value;
168 m_fulfillmentStateHasBeenSet =
true;
169 m_fulfillmentState = value;
184 template <
typename SlotToElicitT = Aws::String>
186 m_slotToElicitHasBeenSet =
true;
187 m_slotToElicit = std::forward<SlotToElicitT>(value);
189 template <
typename SlotToElicitT = Aws::String>
209 bool m_intentNameHasBeenSet =
false;
210 bool m_checkpointLabelHasBeenSet =
false;
211 bool m_slotsHasBeenSet =
false;
212 bool m_confirmationStatusHasBeenSet =
false;
213 bool m_dialogActionTypeHasBeenSet =
false;
214 bool m_fulfillmentStateHasBeenSet =
false;
215 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