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>
45 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
60 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
77 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
91 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
138 bool m_botIdHasBeenSet =
false;
141 bool m_botVersionHasBeenSet =
false;
144 bool m_localeIdHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
149 double m_nluIntentConfidenceThreshold;
150 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
153 bool m_voiceSettingsHasBeenSet =
false;
156 bool m_generativeAISettingsHasBeenSet =
false;
void SetDescription(Aws::String &&value)
UpdateBotLocaleRequest & WithLocaleId(const char *value)
UpdateBotLocaleRequest & WithDescription(Aws::String &&value)
const Aws::String & GetBotVersion() const
void SetBotVersion(const char *value)
UpdateBotLocaleRequest & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
const GenerativeAISettings & GetGenerativeAISettings() const
bool NluIntentConfidenceThresholdHasBeenSet() const
void SetVoiceSettings(const VoiceSettings &value)
bool DescriptionHasBeenSet() const
bool BotVersionHasBeenSet() const
void SetLocaleId(Aws::String &&value)
bool BotIdHasBeenSet() const
UpdateBotLocaleRequest & WithVoiceSettings(VoiceSettings &&value)
UpdateBotLocaleRequest & WithVoiceSettings(const VoiceSettings &value)
void SetBotId(const Aws::String &value)
void SetLocaleId(const Aws::String &value)
const Aws::String & GetBotId() const
void SetGenerativeAISettings(const GenerativeAISettings &value)
void SetBotVersion(Aws::String &&value)
bool VoiceSettingsHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
double GetNluIntentConfidenceThreshold() const
void SetVoiceSettings(VoiceSettings &&value)
UpdateBotLocaleRequest & WithBotVersion(Aws::String &&value)
void SetBotId(const char *value)
void SetLocaleId(const char *value)
UpdateBotLocaleRequest & WithBotVersion(const char *value)
const Aws::String & GetDescription() const
UpdateBotLocaleRequest & WithBotVersion(const Aws::String &value)
UpdateBotLocaleRequest & WithBotId(Aws::String &&value)
UpdateBotLocaleRequest & WithBotId(const char *value)
AWS_LEXMODELSV2_API UpdateBotLocaleRequest()
void SetBotId(Aws::String &&value)
UpdateBotLocaleRequest & WithNluIntentConfidenceThreshold(double value)
UpdateBotLocaleRequest & WithLocaleId(Aws::String &&value)
const Aws::String & GetLocaleId() const
UpdateBotLocaleRequest & WithBotId(const Aws::String &value)
bool GenerativeAISettingsHasBeenSet() const
UpdateBotLocaleRequest & WithLocaleId(const Aws::String &value)
void SetGenerativeAISettings(GenerativeAISettings &&value)
void SetDescription(const char *value)
const VoiceSettings & GetVoiceSettings() const
UpdateBotLocaleRequest & WithGenerativeAISettings(const GenerativeAISettings &value)
bool LocaleIdHasBeenSet() const
void SetNluIntentConfidenceThreshold(double value)
void SetBotVersion(const Aws::String &value)
UpdateBotLocaleRequest & WithGenerativeAISettings(GenerativeAISettings &&value)
UpdateBotLocaleRequest & WithDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String