7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/VoiceSettings.h>
48 template<
typename BotIdT = Aws::String>
49 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
50 template<
typename BotIdT = Aws::String>
61 template<
typename BotVersionT = Aws::String>
62 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
63 template<
typename BotVersionT = Aws::String>
78 template<
typename LocaleIdT = Aws::String>
79 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
80 template<
typename LocaleIdT = Aws::String>
109 template<
typename VoiceSettingsT = VoiceSettings>
110 void SetVoiceSettings(VoiceSettingsT&& value) { m_voiceSettingsHasBeenSet =
true; m_voiceSettings = std::forward<VoiceSettingsT>(value); }
111 template<
typename VoiceSettingsT = VoiceSettings>
117 bool m_botIdHasBeenSet =
false;
120 bool m_botVersionHasBeenSet =
false;
123 bool m_localeIdHasBeenSet =
false;
125 double m_nluIntentConfidenceThreshold{0.0};
126 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
128 VoiceSettings m_voiceSettings;
129 bool m_voiceSettingsHasBeenSet =
false;
void SetLocaleId(LocaleIdT &&value)
bool LocaleIdHasBeenSet() const
BotLocaleImportSpecification & WithBotId(BotIdT &&value)
double GetNluIntentConfidenceThreshold() const
bool BotVersionHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotVersion() const
void SetBotId(BotIdT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API BotLocaleImportSpecification()=default
const Aws::String & GetBotId() const
BotLocaleImportSpecification & WithBotVersion(BotVersionT &&value)
bool VoiceSettingsHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleImportSpecification(Aws::Utils::Json::JsonView jsonValue)
bool BotIdHasBeenSet() const
bool NluIntentConfidenceThresholdHasBeenSet() const
BotLocaleImportSpecification & WithVoiceSettings(VoiceSettingsT &&value)
const VoiceSettings & GetVoiceSettings() const
void SetVoiceSettings(VoiceSettingsT &&value)
void SetNluIntentConfidenceThreshold(double value)
BotLocaleImportSpecification & WithNluIntentConfidenceThreshold(double value)
AWS_LEXMODELSV2_API BotLocaleImportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocaleId() const
BotLocaleImportSpecification & WithLocaleId(LocaleIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue