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