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/BotLocaleStatus.h>
12#include <aws/lexv2-models/model/GenerativeAISettings.h>
13#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
14#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
15#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
16#include <aws/lexv2-models/model/VoiceSettings.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace LexModelsV2 {
42 template <
typename BotIdT = Aws::String>
44 m_botIdHasBeenSet =
true;
45 m_botId = std::forward<BotIdT>(value);
47 template <
typename BotIdT = Aws::String>
49 SetBotId(std::forward<BotIdT>(value));
59 template <
typename BotVersionT = Aws::String>
61 m_botVersionHasBeenSet =
true;
62 m_botVersion = std::forward<BotVersionT>(value);
64 template <
typename BotVersionT = Aws::String>
76 template <
typename LocaleNameT = Aws::String>
78 m_localeNameHasBeenSet =
true;
79 m_localeName = std::forward<LocaleNameT>(value);
81 template <
typename LocaleNameT = Aws::String>
93 template <
typename LocaleIdT = Aws::String>
95 m_localeIdHasBeenSet =
true;
96 m_localeId = std::forward<LocaleIdT>(value);
98 template <
typename LocaleIdT = Aws::String>
110 template <
typename DescriptionT = Aws::String>
112 m_descriptionHasBeenSet =
true;
113 m_description = std::forward<DescriptionT>(value);
115 template <
typename DescriptionT = Aws::String>
130 m_nluIntentConfidenceThresholdHasBeenSet =
true;
131 m_nluIntentConfidenceThreshold = value;
145 template <
typename VoiceSettingsT = VoiceSettings>
147 m_voiceSettingsHasBeenSet =
true;
148 m_voiceSettings = std::forward<VoiceSettingsT>(value);
150 template <
typename VoiceSettingsT = VoiceSettings>
162 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
164 m_unifiedSpeechSettingsHasBeenSet =
true;
165 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
167 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
179 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
181 m_speechRecognitionSettingsHasBeenSet =
true;
182 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
184 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
204 m_botLocaleStatusHasBeenSet =
true;
205 m_botLocaleStatus = value;
218 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
220 m_creationDateTimeHasBeenSet =
true;
221 m_creationDateTime = std::forward<CreationDateTimeT>(value);
223 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
233 template <
typename GenerativeAISettingsT = GenerativeAISettings>
235 m_generativeAISettingsHasBeenSet =
true;
236 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
238 template <
typename GenerativeAISettingsT = GenerativeAISettings>
252 m_speechDetectionSensitivityHasBeenSet =
true;
253 m_speechDetectionSensitivity = value;
264 template <
typename RequestIdT = Aws::String>
266 m_requestIdHasBeenSet =
true;
267 m_requestId = std::forward<RequestIdT>(value);
269 template <
typename RequestIdT = Aws::String>
288 double m_nluIntentConfidenceThreshold{0.0};
290 VoiceSettings m_voiceSettings;
292 UnifiedSpeechSettings m_unifiedSpeechSettings;
294 SpeechRecognitionSettings m_speechRecognitionSettings;
300 GenerativeAISettings m_generativeAISettings;
306 bool m_botIdHasBeenSet =
false;
307 bool m_botVersionHasBeenSet =
false;
308 bool m_localeNameHasBeenSet =
false;
309 bool m_localeIdHasBeenSet =
false;
310 bool m_descriptionHasBeenSet =
false;
311 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
312 bool m_voiceSettingsHasBeenSet =
false;
313 bool m_unifiedSpeechSettingsHasBeenSet =
false;
314 bool m_speechRecognitionSettingsHasBeenSet =
false;
315 bool m_botLocaleStatusHasBeenSet =
false;
316 bool m_creationDateTimeHasBeenSet =
false;
317 bool m_generativeAISettingsHasBeenSet =
false;
318 bool m_speechDetectionSensitivityHasBeenSet =
false;
319 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
const Aws::String & GetLocaleName() const
void SetLocaleName(LocaleNameT &&value)
const Aws::String & GetDescription() const
void SetUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
CreateBotLocaleResult & WithNluIntentConfidenceThreshold(double 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
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