7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/model/VoiceSettings.h>
11#include <aws/lexv2-models/model/GenerativeAISettings.h>
43 template<
typename BotIdT = Aws::String>
44 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
45 template<
typename BotIdT = Aws::String>
56 template<
typename BotVersionT = Aws::String>
57 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
58 template<
typename BotVersionT = Aws::String>
71 template<
typename LocaleIdT = Aws::String>
72 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
73 template<
typename LocaleIdT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
108 template<
typename VoiceSettingsT = VoiceSettings>
109 void SetVoiceSettings(VoiceSettingsT&& value) { m_voiceSettingsHasBeenSet =
true; m_voiceSettings = std::forward<VoiceSettingsT>(value); }
110 template<
typename VoiceSettingsT = VoiceSettings>
122 template<
typename GenerativeAISettingsT = GenerativeAISettings>
123 void SetGenerativeAISettings(GenerativeAISettingsT&& value) { m_generativeAISettingsHasBeenSet =
true; m_generativeAISettings = std::forward<GenerativeAISettingsT>(value); }
124 template<
typename GenerativeAISettingsT = GenerativeAISettings>
130 bool m_botIdHasBeenSet =
false;
133 bool m_botVersionHasBeenSet =
false;
136 bool m_localeIdHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
141 double m_nluIntentConfidenceThreshold{0.0};
142 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
144 VoiceSettings m_voiceSettings;
145 bool m_voiceSettingsHasBeenSet =
false;
147 GenerativeAISettings m_generativeAISettings;
148 bool m_generativeAISettingsHasBeenSet =
false;
const Aws::String & GetBotVersion() const
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)
bool BotIdHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
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
UpdateBotLocaleRequest & WithDescription(DescriptionT &&value)
double GetNluIntentConfidenceThreshold() const
void SetVoiceSettings(VoiceSettingsT &&value)
UpdateBotLocaleRequest & WithGenerativeAISettings(GenerativeAISettingsT &&value)
const Aws::String & GetDescription() const
UpdateBotLocaleRequest & WithBotVersion(BotVersionT &&value)
UpdateBotLocaleRequest & WithNluIntentConfidenceThreshold(double value)
const Aws::String & GetLocaleId() const
void SetBotVersion(BotVersionT &&value)
bool GenerativeAISettingsHasBeenSet() const
UpdateBotLocaleRequest & WithLocaleId(LocaleIdT &&value)
const VoiceSettings & GetVoiceSettings() const
bool LocaleIdHasBeenSet() const
void SetNluIntentConfidenceThreshold(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String