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>
50 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
65 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
84 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
123 bool m_botIdHasBeenSet =
false;
126 bool m_botVersionHasBeenSet =
false;
129 bool m_localeIdHasBeenSet =
false;
131 double m_nluIntentConfidenceThreshold;
132 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
135 bool m_voiceSettingsHasBeenSet =
false;
BotLocaleImportSpecification & WithLocaleId(const Aws::String &value)
void SetBotVersion(Aws::String &&value)
void SetBotVersion(const Aws::String &value)
BotLocaleImportSpecification & WithBotId(const Aws::String &value)
BotLocaleImportSpecification & WithBotId(Aws::String &&value)
BotLocaleImportSpecification & WithBotId(const char *value)
bool LocaleIdHasBeenSet() const
void SetLocaleId(const Aws::String &value)
void SetVoiceSettings(const VoiceSettings &value)
double GetNluIntentConfidenceThreshold() const
bool BotVersionHasBeenSet() const
void SetBotId(const char *value)
BotLocaleImportSpecification & WithLocaleId(Aws::String &&value)
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API BotLocaleImportSpecification()
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocaleId(const char *value)
BotLocaleImportSpecification & WithLocaleId(const char *value)
const Aws::String & GetBotId() const
BotLocaleImportSpecification & WithBotVersion(const Aws::String &value)
bool VoiceSettingsHasBeenSet() const
void SetBotId(const Aws::String &value)
AWS_LEXMODELSV2_API BotLocaleImportSpecification(Aws::Utils::Json::JsonView jsonValue)
bool BotIdHasBeenSet() const
BotLocaleImportSpecification & WithVoiceSettings(VoiceSettings &&value)
bool NluIntentConfidenceThresholdHasBeenSet() const
void SetVoiceSettings(VoiceSettings &&value)
void SetBotId(Aws::String &&value)
const VoiceSettings & GetVoiceSettings() const
void SetLocaleId(Aws::String &&value)
void SetNluIntentConfidenceThreshold(double value)
void SetBotVersion(const char *value)
BotLocaleImportSpecification & WithVoiceSettings(const VoiceSettings &value)
BotLocaleImportSpecification & WithNluIntentConfidenceThreshold(double value)
BotLocaleImportSpecification & WithBotVersion(const char *value)
BotLocaleImportSpecification & WithBotVersion(Aws::String &&value)
AWS_LEXMODELSV2_API BotLocaleImportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocaleId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue