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>
73 template<
typename LocaleIdT = Aws::String>
74 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
75 template<
typename LocaleIdT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
118 template<
typename VoiceSettingsT = VoiceSettings>
119 void SetVoiceSettings(VoiceSettingsT&& value) { m_voiceSettingsHasBeenSet =
true; m_voiceSettings = std::forward<VoiceSettingsT>(value); }
120 template<
typename VoiceSettingsT = VoiceSettings>
128 template<
typename GenerativeAISettingsT = GenerativeAISettings>
129 void SetGenerativeAISettings(GenerativeAISettingsT&& value) { m_generativeAISettingsHasBeenSet =
true; m_generativeAISettings = std::forward<GenerativeAISettingsT>(value); }
130 template<
typename GenerativeAISettingsT = GenerativeAISettings>
136 bool m_botIdHasBeenSet =
false;
139 bool m_botVersionHasBeenSet =
false;
142 bool m_localeIdHasBeenSet =
false;
145 bool m_descriptionHasBeenSet =
false;
147 double m_nluIntentConfidenceThreshold{0.0};
148 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
150 VoiceSettings m_voiceSettings;
151 bool m_voiceSettingsHasBeenSet =
false;
153 GenerativeAISettings m_generativeAISettings;
154 bool m_generativeAISettingsHasBeenSet =
false;
const VoiceSettings & GetVoiceSettings() const
bool NluIntentConfidenceThresholdHasBeenSet() const
CreateBotLocaleRequest & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API CreateBotLocaleRequest()=default
const Aws::String & GetDescription() const
CreateBotLocaleRequest & WithNluIntentConfidenceThreshold(double value)
CreateBotLocaleRequest & WithBotVersion(BotVersionT &&value)
void SetVoiceSettings(VoiceSettingsT &&value)
bool BotIdHasBeenSet() const
CreateBotLocaleRequest & WithGenerativeAISettings(GenerativeAISettingsT &&value)
bool DescriptionHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
void SetLocaleId(LocaleIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetBotId(BotIdT &&value)
bool GenerativeAISettingsHasBeenSet() const
bool LocaleIdHasBeenSet() const
void SetNluIntentConfidenceThreshold(double value)
CreateBotLocaleRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetLocaleId() const
const GenerativeAISettings & GetGenerativeAISettings() const
void SetDescription(DescriptionT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetGenerativeAISettings(GenerativeAISettingsT &&value)
const Aws::String & GetBotVersion() const
bool VoiceSettingsHasBeenSet() const
CreateBotLocaleRequest & WithBotId(BotIdT &&value)
bool BotVersionHasBeenSet() const
CreateBotLocaleRequest & WithVoiceSettings(VoiceSettingsT &&value)
double GetNluIntentConfidenceThreshold() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String