7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/DialogCodeHookSettings.h>
12#include <aws/lexv2-models/model/FulfillmentCodeHookSettings.h>
13#include <aws/lexv2-models/model/InitialResponseSetting.h>
14#include <aws/lexv2-models/model/InputContext.h>
15#include <aws/lexv2-models/model/IntentClosingSetting.h>
16#include <aws/lexv2-models/model/IntentConfirmationSetting.h>
17#include <aws/lexv2-models/model/KendraConfiguration.h>
18#include <aws/lexv2-models/model/OutputContext.h>
19#include <aws/lexv2-models/model/QInConnectIntentConfiguration.h>
20#include <aws/lexv2-models/model/QnAIntentConfiguration.h>
21#include <aws/lexv2-models/model/SampleUtterance.h>
22#include <aws/lexv2-models/model/SlotPriority.h>
27template <
typename RESULT_TYPE>
28class AmazonWebServiceResult;
35namespace LexModelsV2 {
48 template <
typename IntentIdT = Aws::String>
50 m_intentIdHasBeenSet =
true;
51 m_intentId = std::forward<IntentIdT>(value);
53 template <
typename IntentIdT = Aws::String>
65 template <
typename IntentNameT = Aws::String>
67 m_intentNameHasBeenSet =
true;
68 m_intentName = std::forward<IntentNameT>(value);
70 template <
typename IntentNameT = Aws::String>
82 template <
typename IntentDisplayNameT = Aws::String>
84 m_intentDisplayNameHasBeenSet =
true;
85 m_intentDisplayName = std::forward<IntentDisplayNameT>(value);
87 template <
typename IntentDisplayNameT = Aws::String>
99 template <
typename DescriptionT = Aws::String>
101 m_descriptionHasBeenSet =
true;
102 m_description = std::forward<DescriptionT>(value);
104 template <
typename DescriptionT = Aws::String>
117 template <
typename ParentIntentSignatureT = Aws::String>
119 m_parentIntentSignatureHasBeenSet =
true;
120 m_parentIntentSignature = std::forward<ParentIntentSignatureT>(value);
122 template <
typename ParentIntentSignatureT = Aws::String>
134 template <
typename SampleUtterancesT = Aws::Vector<SampleUtterance>>
136 m_sampleUtterancesHasBeenSet =
true;
137 m_sampleUtterances = std::forward<SampleUtterancesT>(value);
139 template <
typename SampleUtterancesT = Aws::Vector<SampleUtterance>>
144 template <
typename SampleUtterancesT = SampleUtterance>
146 m_sampleUtterancesHasBeenSet =
true;
147 m_sampleUtterances.emplace_back(std::forward<SampleUtterancesT>(value));
158 template <
typename DialogCodeHookT = DialogCodeHookSettings>
160 m_dialogCodeHookHasBeenSet =
true;
161 m_dialogCodeHook = std::forward<DialogCodeHookT>(value);
163 template <
typename DialogCodeHookT = DialogCodeHookSettings>
176 template <
typename FulfillmentCodeHookT = FulfillmentCodeHookSettings>
178 m_fulfillmentCodeHookHasBeenSet =
true;
179 m_fulfillmentCodeHook = std::forward<FulfillmentCodeHookT>(value);
181 template <
typename FulfillmentCodeHookT = FulfillmentCodeHookSettings>
194 template <
typename SlotPrioritiesT = Aws::Vector<SlotPriority>>
196 m_slotPrioritiesHasBeenSet =
true;
197 m_slotPriorities = std::forward<SlotPrioritiesT>(value);
199 template <
typename SlotPrioritiesT = Aws::Vector<SlotPriority>>
204 template <
typename SlotPrioritiesT = SlotPriority>
206 m_slotPrioritiesHasBeenSet =
true;
207 m_slotPriorities.emplace_back(std::forward<SlotPrioritiesT>(value));
218 template <
typename IntentConfirmationSettingT = IntentConfirmationSetting>
220 m_intentConfirmationSettingHasBeenSet =
true;
221 m_intentConfirmationSetting = std::forward<IntentConfirmationSettingT>(value);
223 template <
typename IntentConfirmationSettingT = IntentConfirmationSetting>
235 template <
typename IntentClosingSettingT = IntentClosingSetting>
237 m_intentClosingSettingHasBeenSet =
true;
238 m_intentClosingSetting = std::forward<IntentClosingSettingT>(value);
240 template <
typename IntentClosingSettingT = IntentClosingSetting>
253 template <
typename InputContextsT = Aws::Vector<InputContext>>
255 m_inputContextsHasBeenSet =
true;
256 m_inputContexts = std::forward<InputContextsT>(value);
258 template <
typename InputContextsT = Aws::Vector<InputContext>>
263 template <
typename InputContextsT = InputContext>
265 m_inputContextsHasBeenSet =
true;
266 m_inputContexts.emplace_back(std::forward<InputContextsT>(value));
276 template <
typename OutputContextsT = Aws::Vector<OutputContext>>
278 m_outputContextsHasBeenSet =
true;
279 m_outputContexts = std::forward<OutputContextsT>(value);
281 template <
typename OutputContextsT = Aws::Vector<OutputContext>>
286 template <
typename OutputContextsT = OutputContext>
288 m_outputContextsHasBeenSet =
true;
289 m_outputContexts.emplace_back(std::forward<OutputContextsT>(value));
300 template <
typename KendraConfigurationT = KendraConfiguration>
302 m_kendraConfigurationHasBeenSet =
true;
303 m_kendraConfiguration = std::forward<KendraConfigurationT>(value);
305 template <
typename KendraConfigurationT = KendraConfiguration>
317 template <
typename BotIdT = Aws::String>
319 m_botIdHasBeenSet =
true;
320 m_botId = std::forward<BotIdT>(value);
322 template <
typename BotIdT = Aws::String>
324 SetBotId(std::forward<BotIdT>(value));
334 template <
typename BotVersionT = Aws::String>
336 m_botVersionHasBeenSet =
true;
337 m_botVersion = std::forward<BotVersionT>(value);
339 template <
typename BotVersionT = Aws::String>
351 template <
typename LocaleIdT = Aws::String>
353 m_localeIdHasBeenSet =
true;
354 m_localeId = std::forward<LocaleIdT>(value);
356 template <
typename LocaleIdT = Aws::String>
368 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
370 m_creationDateTimeHasBeenSet =
true;
371 m_creationDateTime = std::forward<CreationDateTimeT>(value);
373 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
385 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
387 m_lastUpdatedDateTimeHasBeenSet =
true;
388 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
390 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
403 template <
typename InitialResponseSettingT = InitialResponseSetting>
405 m_initialResponseSettingHasBeenSet =
true;
406 m_initialResponseSetting = std::forward<InitialResponseSettingT>(value);
408 template <
typename InitialResponseSettingT = InitialResponseSetting>
421 template <
typename QnAIntentConfigurationT = QnAIntentConfiguration>
423 m_qnAIntentConfigurationHasBeenSet =
true;
424 m_qnAIntentConfiguration = std::forward<QnAIntentConfigurationT>(value);
426 template <
typename QnAIntentConfigurationT = QnAIntentConfiguration>
438 template <
typename QInConnectIntentConfigurationT = QInConnectIntentConfiguration>
440 m_qInConnectIntentConfigurationHasBeenSet =
true;
441 m_qInConnectIntentConfiguration = std::forward<QInConnectIntentConfigurationT>(value);
443 template <
typename QInConnectIntentConfigurationT = QInConnectIntentConfiguration>
453 template <
typename RequestIdT = Aws::String>
455 m_requestIdHasBeenSet =
true;
456 m_requestId = std::forward<RequestIdT>(value);
458 template <
typename RequestIdT = Aws::String>
503 InitialResponseSetting m_initialResponseSetting;
505 QnAIntentConfiguration m_qnAIntentConfiguration;
507 QInConnectIntentConfiguration m_qInConnectIntentConfiguration;
510 bool m_intentIdHasBeenSet =
false;
511 bool m_intentNameHasBeenSet =
false;
512 bool m_intentDisplayNameHasBeenSet =
false;
513 bool m_descriptionHasBeenSet =
false;
514 bool m_parentIntentSignatureHasBeenSet =
false;
515 bool m_sampleUtterancesHasBeenSet =
false;
516 bool m_dialogCodeHookHasBeenSet =
false;
517 bool m_fulfillmentCodeHookHasBeenSet =
false;
518 bool m_slotPrioritiesHasBeenSet =
false;
519 bool m_intentConfirmationSettingHasBeenSet =
false;
520 bool m_intentClosingSettingHasBeenSet =
false;
521 bool m_inputContextsHasBeenSet =
false;
522 bool m_outputContextsHasBeenSet =
false;
523 bool m_kendraConfigurationHasBeenSet =
false;
524 bool m_botIdHasBeenSet =
false;
525 bool m_botVersionHasBeenSet =
false;
526 bool m_localeIdHasBeenSet =
false;
527 bool m_creationDateTimeHasBeenSet =
false;
528 bool m_lastUpdatedDateTimeHasBeenSet =
false;
529 bool m_initialResponseSettingHasBeenSet =
false;
530 bool m_qnAIntentConfigurationHasBeenSet =
false;
531 bool m_qInConnectIntentConfigurationHasBeenSet =
false;
532 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< SampleUtterance > & GetSampleUtterances() const
const Aws::Vector< OutputContext > & GetOutputContexts() const
void SetOutputContexts(OutputContextsT &&value)
DescribeIntentResult & WithBotId(BotIdT &&value)
DescribeIntentResult & WithRequestId(RequestIdT &&value)
AWS_LEXMODELSV2_API DescribeIntentResult()=default
void SetSampleUtterances(SampleUtterancesT &&value)
DescribeIntentResult & WithLocaleId(LocaleIdT &&value)
void SetLocaleId(LocaleIdT &&value)
void SetIntentName(IntentNameT &&value)
const Aws::Vector< InputContext > & GetInputContexts() const
void SetDialogCodeHook(DialogCodeHookT &&value)
void SetRequestId(RequestIdT &&value)
void SetSlotPriorities(SlotPrioritiesT &&value)
DescribeIntentResult & WithFulfillmentCodeHook(FulfillmentCodeHookT &&value)
void SetQnAIntentConfiguration(QnAIntentConfigurationT &&value)
const FulfillmentCodeHookSettings & GetFulfillmentCodeHook() const
DescribeIntentResult & WithIntentDisplayName(IntentDisplayNameT &&value)
DescribeIntentResult & WithIntentConfirmationSetting(IntentConfirmationSettingT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
DescribeIntentResult & WithIntentClosingSetting(IntentClosingSettingT &&value)
DescribeIntentResult & WithQnAIntentConfiguration(QnAIntentConfigurationT &&value)
const Aws::String & GetIntentName() const
const Aws::String & GetIntentId() const
DescribeIntentResult & WithIntentId(IntentIdT &&value)
DescribeIntentResult & WithBotVersion(BotVersionT &&value)
DescribeIntentResult & WithSlotPriorities(SlotPrioritiesT &&value)
DescribeIntentResult & WithDialogCodeHook(DialogCodeHookT &&value)
void SetKendraConfiguration(KendraConfigurationT &&value)
DescribeIntentResult & WithSampleUtterances(SampleUtterancesT &&value)
DescribeIntentResult & WithInitialResponseSetting(InitialResponseSettingT &&value)
DescribeIntentResult & WithKendraConfiguration(KendraConfigurationT &&value)
DescribeIntentResult & AddSlotPriorities(SlotPrioritiesT &&value)
void SetIntentClosingSetting(IntentClosingSettingT &&value)
const DialogCodeHookSettings & GetDialogCodeHook() const
DescribeIntentResult & WithOutputContexts(OutputContextsT &&value)
void SetIntentId(IntentIdT &&value)
void SetIntentDisplayName(IntentDisplayNameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetParentIntentSignature() const
const QnAIntentConfiguration & GetQnAIntentConfiguration() const
const QInConnectIntentConfiguration & GetQInConnectIntentConfiguration() const
DescribeIntentResult & WithQInConnectIntentConfiguration(QInConnectIntentConfigurationT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
DescribeIntentResult & AddSampleUtterances(SampleUtterancesT &&value)
const IntentConfirmationSetting & GetIntentConfirmationSetting() const
void SetBotVersion(BotVersionT &&value)
DescribeIntentResult & WithInputContexts(InputContextsT &&value)
const Aws::Vector< SlotPriority > & GetSlotPriorities() const
AWS_LEXMODELSV2_API DescribeIntentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeIntentResult & WithDescription(DescriptionT &&value)
const Aws::String & GetLocaleId() const
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API DescribeIntentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const InitialResponseSetting & GetInitialResponseSetting() const
const Aws::String & GetBotId() const
DescribeIntentResult & AddOutputContexts(OutputContextsT &&value)
DescribeIntentResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetParentIntentSignature(ParentIntentSignatureT &&value)
void SetDescription(DescriptionT &&value)
DescribeIntentResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeIntentResult & WithIntentName(IntentNameT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetQInConnectIntentConfiguration(QInConnectIntentConfigurationT &&value)
void SetFulfillmentCodeHook(FulfillmentCodeHookT &&value)
const KendraConfiguration & GetKendraConfiguration() const
DescribeIntentResult & AddInputContexts(InputContextsT &&value)
const Aws::String & GetIntentDisplayName() const
void SetBotId(BotIdT &&value)
void SetIntentConfirmationSetting(IntentConfirmationSettingT &&value)
const IntentClosingSetting & GetIntentClosingSetting() const
void SetInitialResponseSetting(InitialResponseSettingT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeIntentResult & WithParentIntentSignature(ParentIntentSignatureT &&value)
const Aws::String & GetDescription() const
void SetInputContexts(InputContextsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue