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/BotLocaleStatus.h>
12#include <aws/lexv2-models/model/GenerativeAISettings.h>
13#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
14#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
15#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
16#include <aws/lexv2-models/model/VoiceSettings.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace LexModelsV2 {
42 template <
typename BotIdT = Aws::String>
44 m_botIdHasBeenSet =
true;
45 m_botId = std::forward<BotIdT>(value);
47 template <
typename BotIdT = Aws::String>
49 SetBotId(std::forward<BotIdT>(value));
59 template <
typename BotVersionT = Aws::String>
61 m_botVersionHasBeenSet =
true;
62 m_botVersion = std::forward<BotVersionT>(value);
64 template <
typename BotVersionT = Aws::String>
76 template <
typename LocaleIdT = Aws::String>
78 m_localeIdHasBeenSet =
true;
79 m_localeId = std::forward<LocaleIdT>(value);
81 template <
typename LocaleIdT = Aws::String>
93 template <
typename LocaleNameT = Aws::String>
95 m_localeNameHasBeenSet =
true;
96 m_localeName = std::forward<LocaleNameT>(value);
98 template <
typename LocaleNameT = Aws::String>
110 template <
typename DescriptionT = Aws::String>
112 m_descriptionHasBeenSet =
true;
113 m_description = std::forward<DescriptionT>(value);
115 template <
typename DescriptionT = Aws::String>
130 m_nluIntentConfidenceThresholdHasBeenSet =
true;
131 m_nluIntentConfidenceThreshold = value;
145 template <
typename VoiceSettingsT = VoiceSettings>
147 m_voiceSettingsHasBeenSet =
true;
148 m_voiceSettings = std::forward<VoiceSettingsT>(value);
150 template <
typename VoiceSettingsT = VoiceSettings>
162 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
164 m_unifiedSpeechSettingsHasBeenSet =
true;
165 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
167 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
179 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
181 m_speechRecognitionSettingsHasBeenSet =
true;
182 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
184 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
198 m_botLocaleStatusHasBeenSet =
true;
199 m_botLocaleStatus = value;
214 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
216 m_failureReasonsHasBeenSet =
true;
217 m_failureReasons = std::forward<FailureReasonsT>(value);
219 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
224 template <
typename FailureReasonsT = Aws::String>
226 m_failureReasonsHasBeenSet =
true;
227 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
237 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
239 m_creationDateTimeHasBeenSet =
true;
240 m_creationDateTime = std::forward<CreationDateTimeT>(value);
242 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
254 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
256 m_lastUpdatedDateTimeHasBeenSet =
true;
257 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
259 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
272 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
274 m_recommendedActionsHasBeenSet =
true;
275 m_recommendedActions = std::forward<RecommendedActionsT>(value);
277 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
282 template <
typename RecommendedActionsT = Aws::String>
284 m_recommendedActionsHasBeenSet =
true;
285 m_recommendedActions.emplace_back(std::forward<RecommendedActionsT>(value));
296 template <
typename GenerativeAISettingsT = GenerativeAISettings>
298 m_generativeAISettingsHasBeenSet =
true;
299 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
301 template <
typename GenerativeAISettingsT = GenerativeAISettings>
315 m_speechDetectionSensitivityHasBeenSet =
true;
316 m_speechDetectionSensitivity = value;
327 template <
typename RequestIdT = Aws::String>
329 m_requestIdHasBeenSet =
true;
330 m_requestId = std::forward<RequestIdT>(value);
332 template <
typename RequestIdT = Aws::String>
349 double m_nluIntentConfidenceThreshold{0.0};
351 VoiceSettings m_voiceSettings;
353 UnifiedSpeechSettings m_unifiedSpeechSettings;
355 SpeechRecognitionSettings m_speechRecognitionSettings;
367 GenerativeAISettings m_generativeAISettings;
372 bool m_botIdHasBeenSet =
false;
373 bool m_botVersionHasBeenSet =
false;
374 bool m_localeIdHasBeenSet =
false;
375 bool m_localeNameHasBeenSet =
false;
376 bool m_descriptionHasBeenSet =
false;
377 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
378 bool m_voiceSettingsHasBeenSet =
false;
379 bool m_unifiedSpeechSettingsHasBeenSet =
false;
380 bool m_speechRecognitionSettingsHasBeenSet =
false;
381 bool m_botLocaleStatusHasBeenSet =
false;
382 bool m_failureReasonsHasBeenSet =
false;
383 bool m_creationDateTimeHasBeenSet =
false;
384 bool m_lastUpdatedDateTimeHasBeenSet =
false;
385 bool m_recommendedActionsHasBeenSet =
false;
386 bool m_generativeAISettingsHasBeenSet =
false;
387 bool m_speechDetectionSensitivityHasBeenSet =
false;
388 bool m_requestIdHasBeenSet =
false;
UpdateBotLocaleResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
UpdateBotLocaleResult & AddFailureReasons(FailureReasonsT &&value)
UpdateBotLocaleResult & WithLocaleName(LocaleNameT &&value)
const Aws::String & GetLocaleId() const
UpdateBotLocaleResult & WithSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
const Aws::String & GetBotId() const
const Aws::Vector< Aws::String > & GetFailureReasons() const
UpdateBotLocaleResult & WithSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
void SetNluIntentConfidenceThreshold(double value)
const GenerativeAISettings & GetGenerativeAISettings() const
UpdateBotLocaleResult & WithBotVersion(BotVersionT &&value)
void SetBotLocaleStatus(BotLocaleStatus value)
void SetRecommendedActions(RecommendedActionsT &&value)
UpdateBotLocaleResult & WithFailureReasons(FailureReasonsT &&value)
const UnifiedSpeechSettings & GetUnifiedSpeechSettings() const
UpdateBotLocaleResult & WithUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
UpdateBotLocaleResult & WithRecommendedActions(RecommendedActionsT &&value)
AWS_LEXMODELSV2_API UpdateBotLocaleResult()=default
void SetFailureReasons(FailureReasonsT &&value)
void SetRequestId(RequestIdT &&value)
UpdateBotLocaleResult & WithBotId(BotIdT &&value)
void SetLocaleId(LocaleIdT &&value)
double GetNluIntentConfidenceThreshold() const
const Aws::String & GetBotVersion() const
const Aws::String & GetDescription() const
SpeechDetectionSensitivity GetSpeechDetectionSensitivity() const
UpdateBotLocaleResult & WithRequestId(RequestIdT &&value)
void SetLocaleName(LocaleNameT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
UpdateBotLocaleResult & WithVoiceSettings(VoiceSettingsT &&value)
UpdateBotLocaleResult & WithGenerativeAISettings(GenerativeAISettingsT &&value)
UpdateBotLocaleResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const SpeechRecognitionSettings & GetSpeechRecognitionSettings() const
const Aws::String & GetLocaleName() const
void SetDescription(DescriptionT &&value)
AWS_LEXMODELSV2_API UpdateBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBotLocaleResult & AddRecommendedActions(RecommendedActionsT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
BotLocaleStatus GetBotLocaleStatus() const
const Aws::String & GetRequestId() const
AWS_LEXMODELSV2_API UpdateBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
void SetVoiceSettings(VoiceSettingsT &&value)
const VoiceSettings & GetVoiceSettings() const
UpdateBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus value)
UpdateBotLocaleResult & WithDescription(DescriptionT &&value)
UpdateBotLocaleResult & WithNluIntentConfidenceThreshold(double value)
UpdateBotLocaleResult & WithLocaleId(LocaleIdT &&value)
void SetBotId(BotIdT &&value)
void SetGenerativeAISettings(GenerativeAISettingsT &&value)
void SetBotVersion(BotVersionT &&value)
const Aws::Vector< Aws::String > & GetRecommendedActions() const
SpeechDetectionSensitivity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue