7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
12#include <aws/lexv2-models/model/AudioFillerSettings.h>
13#include <aws/lexv2-models/model/BotLocaleStatus.h>
14#include <aws/lexv2-models/model/GenerativeAISettings.h>
15#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
16#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
17#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
18#include <aws/lexv2-models/model/VoiceSettings.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace LexModelsV2 {
44 template <
typename BotIdT = Aws::String>
46 m_botIdHasBeenSet =
true;
47 m_botId = std::forward<BotIdT>(value);
49 template <
typename BotIdT = Aws::String>
51 SetBotId(std::forward<BotIdT>(value));
61 template <
typename BotVersionT = Aws::String>
63 m_botVersionHasBeenSet =
true;
64 m_botVersion = std::forward<BotVersionT>(value);
66 template <
typename BotVersionT = Aws::String>
78 template <
typename LocaleIdT = Aws::String>
80 m_localeIdHasBeenSet =
true;
81 m_localeId = std::forward<LocaleIdT>(value);
83 template <
typename LocaleIdT = Aws::String>
95 template <
typename LocaleNameT = Aws::String>
97 m_localeNameHasBeenSet =
true;
98 m_localeName = std::forward<LocaleNameT>(value);
100 template <
typename LocaleNameT = Aws::String>
112 template <
typename DescriptionT = Aws::String>
114 m_descriptionHasBeenSet =
true;
115 m_description = std::forward<DescriptionT>(value);
117 template <
typename DescriptionT = Aws::String>
132 m_nluIntentConfidenceThresholdHasBeenSet =
true;
133 m_nluIntentConfidenceThreshold = value;
147 template <
typename VoiceSettingsT = VoiceSettings>
149 m_voiceSettingsHasBeenSet =
true;
150 m_voiceSettings = std::forward<VoiceSettingsT>(value);
152 template <
typename VoiceSettingsT = VoiceSettings>
164 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
166 m_unifiedSpeechSettingsHasBeenSet =
true;
167 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
169 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
181 template <
typename AudioFillerSettingsT = AudioFillerSettings>
183 m_audioFillerSettingsHasBeenSet =
true;
184 m_audioFillerSettings = std::forward<AudioFillerSettingsT>(value);
186 template <
typename AudioFillerSettingsT = AudioFillerSettings>
198 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
200 m_speechRecognitionSettingsHasBeenSet =
true;
201 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
203 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
217 m_botLocaleStatusHasBeenSet =
true;
218 m_botLocaleStatus = value;
233 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
235 m_failureReasonsHasBeenSet =
true;
236 m_failureReasons = std::forward<FailureReasonsT>(value);
238 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
243 template <
typename FailureReasonsT = Aws::String>
245 m_failureReasonsHasBeenSet =
true;
246 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
256 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
258 m_creationDateTimeHasBeenSet =
true;
259 m_creationDateTime = std::forward<CreationDateTimeT>(value);
261 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
273 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
275 m_lastUpdatedDateTimeHasBeenSet =
true;
276 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
278 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
291 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
293 m_recommendedActionsHasBeenSet =
true;
294 m_recommendedActions = std::forward<RecommendedActionsT>(value);
296 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
301 template <
typename RecommendedActionsT = Aws::String>
303 m_recommendedActionsHasBeenSet =
true;
304 m_recommendedActions.emplace_back(std::forward<RecommendedActionsT>(value));
315 template <
typename GenerativeAISettingsT = GenerativeAISettings>
317 m_generativeAISettingsHasBeenSet =
true;
318 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
320 template <
typename GenerativeAISettingsT = GenerativeAISettings>
334 m_speechDetectionSensitivityHasBeenSet =
true;
335 m_speechDetectionSensitivity = value;
346 template <
typename RequestIdT = Aws::String>
348 m_requestIdHasBeenSet =
true;
349 m_requestId = std::forward<RequestIdT>(value);
351 template <
typename RequestIdT = Aws::String>
370 double m_nluIntentConfidenceThreshold{0.0};
372 VoiceSettings m_voiceSettings;
374 UnifiedSpeechSettings m_unifiedSpeechSettings;
376 AudioFillerSettings m_audioFillerSettings;
378 SpeechRecognitionSettings m_speechRecognitionSettings;
390 GenerativeAISettings m_generativeAISettings;
396 bool m_botIdHasBeenSet =
false;
397 bool m_botVersionHasBeenSet =
false;
398 bool m_localeIdHasBeenSet =
false;
399 bool m_localeNameHasBeenSet =
false;
400 bool m_descriptionHasBeenSet =
false;
401 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
402 bool m_voiceSettingsHasBeenSet =
false;
403 bool m_unifiedSpeechSettingsHasBeenSet =
false;
404 bool m_audioFillerSettingsHasBeenSet =
false;
405 bool m_speechRecognitionSettingsHasBeenSet =
false;
406 bool m_botLocaleStatusHasBeenSet =
false;
407 bool m_failureReasonsHasBeenSet =
false;
408 bool m_creationDateTimeHasBeenSet =
false;
409 bool m_lastUpdatedDateTimeHasBeenSet =
false;
410 bool m_recommendedActionsHasBeenSet =
false;
411 bool m_generativeAISettingsHasBeenSet =
false;
412 bool m_speechDetectionSensitivityHasBeenSet =
false;
413 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)
void SetAudioFillerSettings(AudioFillerSettingsT &&value)
AWS_LEXMODELSV2_API UpdateBotLocaleResult()=default
void SetFailureReasons(FailureReasonsT &&value)
void SetRequestId(RequestIdT &&value)
UpdateBotLocaleResult & WithBotId(BotIdT &&value)
void SetLocaleId(LocaleIdT &&value)
const AudioFillerSettings & GetAudioFillerSettings() const
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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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 & WithAudioFillerSettings(AudioFillerSettingsT &&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