7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/AudioFillerSettings.h>
12#include <aws/lexv2-models/model/BotLocaleStatus.h>
13#include <aws/lexv2-models/model/GenerativeAISettings.h>
14#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
15#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
16#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
17#include <aws/lexv2-models/model/VoiceSettings.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
30namespace LexModelsV2 {
43 template <
typename BotIdT = Aws::String>
45 m_botIdHasBeenSet =
true;
46 m_botId = std::forward<BotIdT>(value);
48 template <
typename BotIdT = Aws::String>
50 SetBotId(std::forward<BotIdT>(value));
60 template <
typename BotVersionT = Aws::String>
62 m_botVersionHasBeenSet =
true;
63 m_botVersion = std::forward<BotVersionT>(value);
65 template <
typename BotVersionT = Aws::String>
77 template <
typename LocaleNameT = Aws::String>
79 m_localeNameHasBeenSet =
true;
80 m_localeName = std::forward<LocaleNameT>(value);
82 template <
typename LocaleNameT = Aws::String>
94 template <
typename LocaleIdT = Aws::String>
96 m_localeIdHasBeenSet =
true;
97 m_localeId = std::forward<LocaleIdT>(value);
99 template <
typename LocaleIdT = Aws::String>
111 template <
typename DescriptionT = Aws::String>
113 m_descriptionHasBeenSet =
true;
114 m_description = std::forward<DescriptionT>(value);
116 template <
typename DescriptionT = Aws::String>
131 m_nluIntentConfidenceThresholdHasBeenSet =
true;
132 m_nluIntentConfidenceThreshold = value;
146 template <
typename VoiceSettingsT = VoiceSettings>
148 m_voiceSettingsHasBeenSet =
true;
149 m_voiceSettings = std::forward<VoiceSettingsT>(value);
151 template <
typename VoiceSettingsT = VoiceSettings>
163 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
165 m_unifiedSpeechSettingsHasBeenSet =
true;
166 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
168 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
180 template <
typename AudioFillerSettingsT = AudioFillerSettings>
182 m_audioFillerSettingsHasBeenSet =
true;
183 m_audioFillerSettings = std::forward<AudioFillerSettingsT>(value);
185 template <
typename AudioFillerSettingsT = AudioFillerSettings>
197 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
199 m_speechRecognitionSettingsHasBeenSet =
true;
200 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
202 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
222 m_botLocaleStatusHasBeenSet =
true;
223 m_botLocaleStatus = value;
236 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
238 m_creationDateTimeHasBeenSet =
true;
239 m_creationDateTime = std::forward<CreationDateTimeT>(value);
241 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
251 template <
typename GenerativeAISettingsT = GenerativeAISettings>
253 m_generativeAISettingsHasBeenSet =
true;
254 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
256 template <
typename GenerativeAISettingsT = GenerativeAISettings>
270 m_speechDetectionSensitivityHasBeenSet =
true;
271 m_speechDetectionSensitivity = value;
282 template <
typename RequestIdT = Aws::String>
284 m_requestIdHasBeenSet =
true;
285 m_requestId = std::forward<RequestIdT>(value);
287 template <
typename RequestIdT = Aws::String>
306 double m_nluIntentConfidenceThreshold{0.0};
308 VoiceSettings m_voiceSettings;
310 UnifiedSpeechSettings m_unifiedSpeechSettings;
312 AudioFillerSettings m_audioFillerSettings;
314 SpeechRecognitionSettings m_speechRecognitionSettings;
320 GenerativeAISettings m_generativeAISettings;
326 bool m_botIdHasBeenSet =
false;
327 bool m_botVersionHasBeenSet =
false;
328 bool m_localeNameHasBeenSet =
false;
329 bool m_localeIdHasBeenSet =
false;
330 bool m_descriptionHasBeenSet =
false;
331 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
332 bool m_voiceSettingsHasBeenSet =
false;
333 bool m_unifiedSpeechSettingsHasBeenSet =
false;
334 bool m_audioFillerSettingsHasBeenSet =
false;
335 bool m_speechRecognitionSettingsHasBeenSet =
false;
336 bool m_botLocaleStatusHasBeenSet =
false;
337 bool m_creationDateTimeHasBeenSet =
false;
338 bool m_generativeAISettingsHasBeenSet =
false;
339 bool m_speechDetectionSensitivityHasBeenSet =
false;
340 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationDateTime() const
CreateBotLocaleResult & WithSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
void SetCreationDateTime(CreationDateTimeT &&value)
CreateBotLocaleResult & WithLocaleName(LocaleNameT &&value)
CreateBotLocaleResult & WithDescription(DescriptionT &&value)
const UnifiedSpeechSettings & GetUnifiedSpeechSettings() const
void SetNluIntentConfidenceThreshold(double value)
CreateBotLocaleResult & WithRequestId(RequestIdT &&value)
const GenerativeAISettings & GetGenerativeAISettings() const
const VoiceSettings & GetVoiceSettings() const
void SetRequestId(RequestIdT &&value)
void SetSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
const Aws::String & GetBotVersion() const
const Aws::String & GetRequestId() const
CreateBotLocaleResult & WithCreationDateTime(CreationDateTimeT &&value)
CreateBotLocaleResult & WithBotId(BotIdT &&value)
double GetNluIntentConfidenceThreshold() const
void SetBotVersion(BotVersionT &&value)
const SpeechRecognitionSettings & GetSpeechRecognitionSettings() const
void SetLocaleId(LocaleIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAudioFillerSettings(AudioFillerSettingsT &&value)
const Aws::String & GetLocaleName() const
void SetLocaleName(LocaleNameT &&value)
const Aws::String & GetDescription() const
void SetUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
CreateBotLocaleResult & WithNluIntentConfidenceThreshold(double value)
CreateBotLocaleResult & WithAudioFillerSettings(AudioFillerSettingsT &&value)
CreateBotLocaleResult & WithGenerativeAISettings(GenerativeAISettingsT &&value)
const Aws::String & GetBotId() const
CreateBotLocaleResult & WithLocaleId(LocaleIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_LEXMODELSV2_API CreateBotLocaleResult()=default
CreateBotLocaleResult & WithUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
void SetVoiceSettings(VoiceSettingsT &&value)
CreateBotLocaleResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetLocaleId() const
const AudioFillerSettings & GetAudioFillerSettings() const
AWS_LEXMODELSV2_API CreateBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBotLocaleStatus(BotLocaleStatus value)
CreateBotLocaleResult & WithVoiceSettings(VoiceSettingsT &&value)
AWS_LEXMODELSV2_API CreateBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BotLocaleStatus GetBotLocaleStatus() const
void SetSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
SpeechDetectionSensitivity GetSpeechDetectionSensitivity() const
void SetBotId(BotIdT &&value)
void SetGenerativeAISettings(GenerativeAISettingsT &&value)
CreateBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus value)
CreateBotLocaleResult & WithSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
SpeechDetectionSensitivity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue