7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/AudioFillerSettings.h>
11#include <aws/lexv2-models/model/GenerativeAISettings.h>
12#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
13#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
14#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
15#include <aws/lexv2-models/model/VoiceSettings.h>
20namespace LexModelsV2 {
43 template <
typename BotIdT = Aws::String>
45 m_botIdHasBeenSet =
true;
46 m_botId = std::forward<BotIdT>(value);
48 template <
typename BotIdT = Aws::String>
50 SetBotId(std::forward<BotIdT>(value));
62 template <
typename BotVersionT = Aws::String>
64 m_botVersionHasBeenSet =
true;
65 m_botVersion = std::forward<BotVersionT>(value);
67 template <
typename BotVersionT = Aws::String>
83 template <
typename LocaleIdT = Aws::String>
85 m_localeIdHasBeenSet =
true;
86 m_localeId = std::forward<LocaleIdT>(value);
88 template <
typename LocaleIdT = Aws::String>
101 template <
typename DescriptionT = Aws::String>
103 m_descriptionHasBeenSet =
true;
104 m_description = std::forward<DescriptionT>(value);
106 template <
typename DescriptionT = Aws::String>
122 m_nluIntentConfidenceThresholdHasBeenSet =
true;
123 m_nluIntentConfidenceThreshold = value;
138 template <
typename VoiceSettingsT = VoiceSettings>
140 m_voiceSettingsHasBeenSet =
true;
141 m_voiceSettings = std::forward<VoiceSettingsT>(value);
143 template <
typename VoiceSettingsT = VoiceSettings>
156 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
158 m_unifiedSpeechSettingsHasBeenSet =
true;
159 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
161 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
176 template <
typename AudioFillerSettingsT = AudioFillerSettings>
178 m_audioFillerSettingsHasBeenSet =
true;
179 m_audioFillerSettings = std::forward<AudioFillerSettingsT>(value);
181 template <
typename AudioFillerSettingsT = AudioFillerSettings>
194 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
196 m_speechRecognitionSettingsHasBeenSet =
true;
197 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
199 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
214 template <
typename GenerativeAISettingsT = GenerativeAISettings>
216 m_generativeAISettingsHasBeenSet =
true;
217 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
219 template <
typename GenerativeAISettingsT = GenerativeAISettings>
235 m_speechDetectionSensitivityHasBeenSet =
true;
236 m_speechDetectionSensitivity = value;
252 double m_nluIntentConfidenceThreshold{0.0};
254 VoiceSettings m_voiceSettings;
256 UnifiedSpeechSettings m_unifiedSpeechSettings;
258 AudioFillerSettings m_audioFillerSettings;
260 SpeechRecognitionSettings m_speechRecognitionSettings;
262 GenerativeAISettings m_generativeAISettings;
265 bool m_botIdHasBeenSet =
false;
266 bool m_botVersionHasBeenSet =
false;
267 bool m_localeIdHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
269 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
270 bool m_voiceSettingsHasBeenSet =
false;
271 bool m_unifiedSpeechSettingsHasBeenSet =
false;
272 bool m_audioFillerSettingsHasBeenSet =
false;
273 bool m_speechRecognitionSettingsHasBeenSet =
false;
274 bool m_generativeAISettingsHasBeenSet =
false;
275 bool m_speechDetectionSensitivityHasBeenSet =
false;
bool SpeechRecognitionSettingsHasBeenSet() const
UpdateBotLocaleRequest & WithUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
const Aws::String & GetBotVersion() const
bool AudioFillerSettingsHasBeenSet() const
UpdateBotLocaleRequest & WithSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
void SetAudioFillerSettings(AudioFillerSettingsT &&value)
void SetGenerativeAISettings(GenerativeAISettingsT &&value)
const GenerativeAISettings & GetGenerativeAISettings() const
bool NluIntentConfidenceThresholdHasBeenSet() const
bool DescriptionHasBeenSet() const
UpdateBotLocaleRequest & WithBotId(BotIdT &&value)
bool BotVersionHasBeenSet() const
void SetBotId(BotIdT &&value)
SpeechDetectionSensitivity GetSpeechDetectionSensitivity() const
bool BotIdHasBeenSet() const
void SetSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
void SetLocaleId(LocaleIdT &&value)
const UnifiedSpeechSettings & GetUnifiedSpeechSettings() const
const Aws::String & GetBotId() const
void SetDescription(DescriptionT &&value)
bool VoiceSettingsHasBeenSet() const
UpdateBotLocaleRequest & WithVoiceSettings(VoiceSettingsT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
AWS_LEXMODELSV2_API UpdateBotLocaleRequest()=default
virtual const char * GetServiceRequestName() const override
bool SpeechDetectionSensitivityHasBeenSet() const
UpdateBotLocaleRequest & WithDescription(DescriptionT &&value)
double GetNluIntentConfidenceThreshold() const
UpdateBotLocaleRequest & WithAudioFillerSettings(AudioFillerSettingsT &&value)
void SetVoiceSettings(VoiceSettingsT &&value)
UpdateBotLocaleRequest & WithGenerativeAISettings(GenerativeAISettingsT &&value)
const Aws::String & GetDescription() const
UpdateBotLocaleRequest & WithBotVersion(BotVersionT &&value)
UpdateBotLocaleRequest & WithNluIntentConfidenceThreshold(double value)
void SetUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
const Aws::String & GetLocaleId() const
void SetBotVersion(BotVersionT &&value)
const AudioFillerSettings & GetAudioFillerSettings() const
bool GenerativeAISettingsHasBeenSet() const
UpdateBotLocaleRequest & WithLocaleId(LocaleIdT &&value)
const VoiceSettings & GetVoiceSettings() const
bool LocaleIdHasBeenSet() const
void SetNluIntentConfidenceThreshold(double value)
bool UnifiedSpeechSettingsHasBeenSet() const
void SetSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
UpdateBotLocaleRequest & WithSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
const SpeechRecognitionSettings & GetSpeechRecognitionSettings() const
SpeechDetectionSensitivity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String