7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/model/DialogCodeHookSettings.h>
11#include <aws/lexv2-models/model/FulfillmentCodeHookSettings.h>
12#include <aws/lexv2-models/model/IntentConfirmationSetting.h>
13#include <aws/lexv2-models/model/IntentClosingSetting.h>
14#include <aws/lexv2-models/model/KendraConfiguration.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/lexv2-models/model/InitialResponseSetting.h>
17#include <aws/lexv2-models/model/QnAIntentConfiguration.h>
18#include <aws/lexv2-models/model/QInConnectIntentConfiguration.h>
19#include <aws/lexv2-models/model/SampleUtterance.h>
20#include <aws/lexv2-models/model/SlotPriority.h>
21#include <aws/lexv2-models/model/InputContext.h>
22#include <aws/lexv2-models/model/OutputContext.h>
27template<
typename RESULT_TYPE>
28class AmazonWebServiceResult;
54 template<
typename IntentIdT = Aws::String>
55 void SetIntentId(IntentIdT&& value) { m_intentIdHasBeenSet =
true; m_intentId = std::forward<IntentIdT>(value); }
56 template<
typename IntentIdT = Aws::String>
65 template<
typename IntentNameT = Aws::String>
66 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
67 template<
typename IntentNameT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename ParentIntentSignatureT = Aws::String>
89 void SetParentIntentSignature(ParentIntentSignatureT&& value) { m_parentIntentSignatureHasBeenSet =
true; m_parentIntentSignature = std::forward<ParentIntentSignatureT>(value); }
90 template<
typename ParentIntentSignatureT = Aws::String>
99 template<
typename SampleUtterancesT = Aws::Vector<SampleUtterance>>
100 void SetSampleUtterances(SampleUtterancesT&& value) { m_sampleUtterancesHasBeenSet =
true; m_sampleUtterances = std::forward<SampleUtterancesT>(value); }
101 template<
typename SampleUtterancesT = Aws::Vector<SampleUtterance>>
103 template<
typename SampleUtterancesT = SampleUtterance>
113 template<
typename DialogCodeHookT = DialogCodeHookSettings>
114 void SetDialogCodeHook(DialogCodeHookT&& value) { m_dialogCodeHookHasBeenSet =
true; m_dialogCodeHook = std::forward<DialogCodeHookT>(value); }
115 template<
typename DialogCodeHookT = DialogCodeHookSettings>
125 template<
typename FulfillmentCodeHookT = FulfillmentCodeHookSettings>
126 void SetFulfillmentCodeHook(FulfillmentCodeHookT&& value) { m_fulfillmentCodeHookHasBeenSet =
true; m_fulfillmentCodeHook = std::forward<FulfillmentCodeHookT>(value); }
127 template<
typename FulfillmentCodeHookT = FulfillmentCodeHookSettings>
137 template<
typename SlotPrioritiesT = Aws::Vector<SlotPriority>>
138 void SetSlotPriorities(SlotPrioritiesT&& value) { m_slotPrioritiesHasBeenSet =
true; m_slotPriorities = std::forward<SlotPrioritiesT>(value); }
139 template<
typename SlotPrioritiesT = Aws::Vector<SlotPriority>>
141 template<
typename SlotPrioritiesT = SlotPriority>
151 template<
typename IntentConfirmationSettingT = IntentConfirmationSetting>
152 void SetIntentConfirmationSetting(IntentConfirmationSettingT&& value) { m_intentConfirmationSettingHasBeenSet =
true; m_intentConfirmationSetting = std::forward<IntentConfirmationSettingT>(value); }
153 template<
typename IntentConfirmationSettingT = IntentConfirmationSetting>
162 template<
typename IntentClosingSettingT = IntentClosingSetting>
163 void SetIntentClosingSetting(IntentClosingSettingT&& value) { m_intentClosingSettingHasBeenSet =
true; m_intentClosingSetting = std::forward<IntentClosingSettingT>(value); }
164 template<
typename IntentClosingSettingT = IntentClosingSetting>
174 template<
typename InputContextsT = Aws::Vector<InputContext>>
175 void SetInputContexts(InputContextsT&& value) { m_inputContextsHasBeenSet =
true; m_inputContexts = std::forward<InputContextsT>(value); }
176 template<
typename InputContextsT = Aws::Vector<InputContext>>
178 template<
typename InputContextsT = InputContext>
187 template<
typename OutputContextsT = Aws::Vector<OutputContext>>
188 void SetOutputContexts(OutputContextsT&& value) { m_outputContextsHasBeenSet =
true; m_outputContexts = std::forward<OutputContextsT>(value); }
189 template<
typename OutputContextsT = Aws::Vector<OutputContext>>
191 template<
typename OutputContextsT = OutputContext>
201 template<
typename KendraConfigurationT = KendraConfiguration>
202 void SetKendraConfiguration(KendraConfigurationT&& value) { m_kendraConfigurationHasBeenSet =
true; m_kendraConfiguration = std::forward<KendraConfigurationT>(value); }
203 template<
typename KendraConfigurationT = KendraConfiguration>
212 template<
typename BotIdT = Aws::String>
213 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
214 template<
typename BotIdT = Aws::String>
223 template<
typename BotVersionT = Aws::String>
224 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
225 template<
typename BotVersionT = Aws::String>
234 template<
typename LocaleIdT = Aws::String>
235 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
236 template<
typename LocaleIdT = Aws::String>
245 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
246 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
247 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
256 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
257 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
258 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
268 template<
typename InitialResponseSettingT = InitialResponseSetting>
269 void SetInitialResponseSetting(InitialResponseSettingT&& value) { m_initialResponseSettingHasBeenSet =
true; m_initialResponseSetting = std::forward<InitialResponseSettingT>(value); }
270 template<
typename InitialResponseSettingT = InitialResponseSetting>
280 template<
typename QnAIntentConfigurationT = QnAIntentConfiguration>
281 void SetQnAIntentConfiguration(QnAIntentConfigurationT&& value) { m_qnAIntentConfigurationHasBeenSet =
true; m_qnAIntentConfiguration = std::forward<QnAIntentConfigurationT>(value); }
282 template<
typename QnAIntentConfigurationT = QnAIntentConfiguration>
291 template<
typename QInConnectIntentConfigurationT = QInConnectIntentConfiguration>
292 void SetQInConnectIntentConfiguration(QInConnectIntentConfigurationT&& value) { m_qInConnectIntentConfigurationHasBeenSet =
true; m_qInConnectIntentConfiguration = std::forward<QInConnectIntentConfigurationT>(value); }
293 template<
typename QInConnectIntentConfigurationT = QInConnectIntentConfiguration>
300 template<
typename RequestIdT = Aws::String>
301 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
302 template<
typename RequestIdT = Aws::String>
308 bool m_intentIdHasBeenSet =
false;
311 bool m_intentNameHasBeenSet =
false;
314 bool m_descriptionHasBeenSet =
false;
317 bool m_parentIntentSignatureHasBeenSet =
false;
320 bool m_sampleUtterancesHasBeenSet =
false;
323 bool m_dialogCodeHookHasBeenSet =
false;
326 bool m_fulfillmentCodeHookHasBeenSet =
false;
329 bool m_slotPrioritiesHasBeenSet =
false;
332 bool m_intentConfirmationSettingHasBeenSet =
false;
335 bool m_intentClosingSettingHasBeenSet =
false;
338 bool m_inputContextsHasBeenSet =
false;
341 bool m_outputContextsHasBeenSet =
false;
344 bool m_kendraConfigurationHasBeenSet =
false;
347 bool m_botIdHasBeenSet =
false;
350 bool m_botVersionHasBeenSet =
false;
353 bool m_localeIdHasBeenSet =
false;
356 bool m_creationDateTimeHasBeenSet =
false;
359 bool m_lastUpdatedDateTimeHasBeenSet =
false;
361 InitialResponseSetting m_initialResponseSetting;
362 bool m_initialResponseSettingHasBeenSet =
false;
364 QnAIntentConfiguration m_qnAIntentConfiguration;
365 bool m_qnAIntentConfigurationHasBeenSet =
false;
367 QInConnectIntentConfiguration m_qInConnectIntentConfiguration;
368 bool m_qInConnectIntentConfigurationHasBeenSet =
false;
371 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 & 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)
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)
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