7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
10#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
11#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
12#include <aws/lexv2-models/model/VoiceSettings.h>
23namespace LexModelsV2 {
45 template <
typename BotIdT = Aws::String>
47 m_botIdHasBeenSet =
true;
48 m_botId = std::forward<BotIdT>(value);
50 template <
typename BotIdT = Aws::String>
52 SetBotId(std::forward<BotIdT>(value));
64 template <
typename BotVersionT = Aws::String>
66 m_botVersionHasBeenSet =
true;
67 m_botVersion = std::forward<BotVersionT>(value);
69 template <
typename BotVersionT = Aws::String>
87 template <
typename LocaleIdT = Aws::String>
89 m_localeIdHasBeenSet =
true;
90 m_localeId = std::forward<LocaleIdT>(value);
92 template <
typename LocaleIdT = Aws::String>
117 m_nluIntentConfidenceThresholdHasBeenSet =
true;
118 m_nluIntentConfidenceThreshold = value;
130 template <
typename VoiceSettingsT = VoiceSettings>
132 m_voiceSettingsHasBeenSet =
true;
133 m_voiceSettings = std::forward<VoiceSettingsT>(value);
135 template <
typename VoiceSettingsT = VoiceSettings>
149 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
151 m_speechRecognitionSettingsHasBeenSet =
true;
152 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
154 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
170 m_speechDetectionSensitivityHasBeenSet =
true;
171 m_speechDetectionSensitivity = value;
186 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
188 m_unifiedSpeechSettingsHasBeenSet =
true;
189 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
191 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
204 double m_nluIntentConfidenceThreshold{0.0};
206 VoiceSettings m_voiceSettings;
208 SpeechRecognitionSettings m_speechRecognitionSettings;
212 UnifiedSpeechSettings m_unifiedSpeechSettings;
213 bool m_botIdHasBeenSet =
false;
214 bool m_botVersionHasBeenSet =
false;
215 bool m_localeIdHasBeenSet =
false;
216 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
217 bool m_voiceSettingsHasBeenSet =
false;
218 bool m_speechRecognitionSettingsHasBeenSet =
false;
219 bool m_speechDetectionSensitivityHasBeenSet =
false;
220 bool m_unifiedSpeechSettingsHasBeenSet =
false;
BotLocaleImportSpecification & WithSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
BotLocaleImportSpecification & WithSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
void SetUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
void SetLocaleId(LocaleIdT &&value)
BotLocaleImportSpecification & WithUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
bool SpeechRecognitionSettingsHasBeenSet() const
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)
void SetSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
bool VoiceSettingsHasBeenSet() const
const UnifiedSpeechSettings & GetUnifiedSpeechSettings() const
bool UnifiedSpeechSettingsHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleImportSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
bool BotIdHasBeenSet() const
bool NluIntentConfidenceThresholdHasBeenSet() const
BotLocaleImportSpecification & WithVoiceSettings(VoiceSettingsT &&value)
SpeechDetectionSensitivity GetSpeechDetectionSensitivity() const
const VoiceSettings & GetVoiceSettings() const
void SetVoiceSettings(VoiceSettingsT &&value)
void SetNluIntentConfidenceThreshold(double value)
BotLocaleImportSpecification & WithNluIntentConfidenceThreshold(double value)
bool SpeechDetectionSensitivityHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleImportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocaleId() const
BotLocaleImportSpecification & WithLocaleId(LocaleIdT &&value)
const SpeechRecognitionSettings & GetSpeechRecognitionSettings() const
SpeechDetectionSensitivity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue