7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/AudioFillerSettings.h>
10#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
11#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
12#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
13#include <aws/lexv2-models/model/VoiceSettings.h>
24namespace LexModelsV2 {
46 template <
typename BotIdT = Aws::String>
48 m_botIdHasBeenSet =
true;
49 m_botId = std::forward<BotIdT>(value);
51 template <
typename BotIdT = Aws::String>
53 SetBotId(std::forward<BotIdT>(value));
65 template <
typename BotVersionT = Aws::String>
67 m_botVersionHasBeenSet =
true;
68 m_botVersion = std::forward<BotVersionT>(value);
70 template <
typename BotVersionT = Aws::String>
88 template <
typename LocaleIdT = Aws::String>
90 m_localeIdHasBeenSet =
true;
91 m_localeId = std::forward<LocaleIdT>(value);
93 template <
typename LocaleIdT = Aws::String>
118 m_nluIntentConfidenceThresholdHasBeenSet =
true;
119 m_nluIntentConfidenceThreshold = value;
131 template <
typename VoiceSettingsT = VoiceSettings>
133 m_voiceSettingsHasBeenSet =
true;
134 m_voiceSettings = std::forward<VoiceSettingsT>(value);
136 template <
typename VoiceSettingsT = VoiceSettings>
150 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
152 m_speechRecognitionSettingsHasBeenSet =
true;
153 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
155 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
171 m_speechDetectionSensitivityHasBeenSet =
true;
172 m_speechDetectionSensitivity = value;
187 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
189 m_unifiedSpeechSettingsHasBeenSet =
true;
190 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
192 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
207 template <
typename AudioFillerSettingsT = AudioFillerSettings>
209 m_audioFillerSettingsHasBeenSet =
true;
210 m_audioFillerSettings = std::forward<AudioFillerSettingsT>(value);
212 template <
typename AudioFillerSettingsT = AudioFillerSettings>
225 double m_nluIntentConfidenceThreshold{0.0};
227 VoiceSettings m_voiceSettings;
229 SpeechRecognitionSettings m_speechRecognitionSettings;
233 UnifiedSpeechSettings m_unifiedSpeechSettings;
235 AudioFillerSettings m_audioFillerSettings;
236 bool m_botIdHasBeenSet =
false;
237 bool m_botVersionHasBeenSet =
false;
238 bool m_localeIdHasBeenSet =
false;
239 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
240 bool m_voiceSettingsHasBeenSet =
false;
241 bool m_speechRecognitionSettingsHasBeenSet =
false;
242 bool m_speechDetectionSensitivityHasBeenSet =
false;
243 bool m_unifiedSpeechSettingsHasBeenSet =
false;
244 bool m_audioFillerSettingsHasBeenSet =
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
const AudioFillerSettings & GetAudioFillerSettings() const
bool NluIntentConfidenceThresholdHasBeenSet() const
BotLocaleImportSpecification & WithVoiceSettings(VoiceSettingsT &&value)
SpeechDetectionSensitivity GetSpeechDetectionSensitivity() const
const VoiceSettings & GetVoiceSettings() const
void SetVoiceSettings(VoiceSettingsT &&value)
void SetNluIntentConfidenceThreshold(double value)
bool AudioFillerSettingsHasBeenSet() const
void SetAudioFillerSettings(AudioFillerSettingsT &&value)
BotLocaleImportSpecification & WithNluIntentConfidenceThreshold(double value)
bool SpeechDetectionSensitivityHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleImportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
BotLocaleImportSpecification & WithAudioFillerSettings(AudioFillerSettingsT &&value)
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