7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/BotLocaleStatus.h>
11#include <aws/lexv2-models/model/GenerativeAISettings.h>
12#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
13#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
14#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
15#include <aws/lexv2-models/model/VoiceSettings.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace LexModelsV2 {
41 template <
typename BotIdT = Aws::String>
43 m_botIdHasBeenSet =
true;
44 m_botId = std::forward<BotIdT>(value);
46 template <
typename BotIdT = Aws::String>
48 SetBotId(std::forward<BotIdT>(value));
58 template <
typename BotVersionT = Aws::String>
60 m_botVersionHasBeenSet =
true;
61 m_botVersion = std::forward<BotVersionT>(value);
63 template <
typename BotVersionT = Aws::String>
75 template <
typename LocaleNameT = Aws::String>
77 m_localeNameHasBeenSet =
true;
78 m_localeName = std::forward<LocaleNameT>(value);
80 template <
typename LocaleNameT = Aws::String>
92 template <
typename LocaleIdT = Aws::String>
94 m_localeIdHasBeenSet =
true;
95 m_localeId = std::forward<LocaleIdT>(value);
97 template <
typename LocaleIdT = Aws::String>
109 template <
typename DescriptionT = Aws::String>
111 m_descriptionHasBeenSet =
true;
112 m_description = std::forward<DescriptionT>(value);
114 template <
typename DescriptionT = Aws::String>
129 m_nluIntentConfidenceThresholdHasBeenSet =
true;
130 m_nluIntentConfidenceThreshold = value;
144 template <
typename VoiceSettingsT = VoiceSettings>
146 m_voiceSettingsHasBeenSet =
true;
147 m_voiceSettings = std::forward<VoiceSettingsT>(value);
149 template <
typename VoiceSettingsT = VoiceSettings>
161 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
163 m_unifiedSpeechSettingsHasBeenSet =
true;
164 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
166 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
178 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
180 m_speechRecognitionSettingsHasBeenSet =
true;
181 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
183 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
203 m_botLocaleStatusHasBeenSet =
true;
204 m_botLocaleStatus = value;
217 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
219 m_creationDateTimeHasBeenSet =
true;
220 m_creationDateTime = std::forward<CreationDateTimeT>(value);
222 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
232 template <
typename GenerativeAISettingsT = GenerativeAISettings>
234 m_generativeAISettingsHasBeenSet =
true;
235 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
237 template <
typename GenerativeAISettingsT = GenerativeAISettings>
251 m_speechDetectionSensitivityHasBeenSet =
true;
252 m_speechDetectionSensitivity = value;
263 template <
typename RequestIdT = Aws::String>
265 m_requestIdHasBeenSet =
true;
266 m_requestId = std::forward<RequestIdT>(value);
268 template <
typename RequestIdT = Aws::String>
285 double m_nluIntentConfidenceThreshold{0.0};
287 VoiceSettings m_voiceSettings;
289 UnifiedSpeechSettings m_unifiedSpeechSettings;
291 SpeechRecognitionSettings m_speechRecognitionSettings;
297 GenerativeAISettings m_generativeAISettings;
302 bool m_botIdHasBeenSet =
false;
303 bool m_botVersionHasBeenSet =
false;
304 bool m_localeNameHasBeenSet =
false;
305 bool m_localeIdHasBeenSet =
false;
306 bool m_descriptionHasBeenSet =
false;
307 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
308 bool m_voiceSettingsHasBeenSet =
false;
309 bool m_unifiedSpeechSettingsHasBeenSet =
false;
310 bool m_speechRecognitionSettingsHasBeenSet =
false;
311 bool m_botLocaleStatusHasBeenSet =
false;
312 bool m_creationDateTimeHasBeenSet =
false;
313 bool m_generativeAISettingsHasBeenSet =
false;
314 bool m_speechDetectionSensitivityHasBeenSet =
false;
315 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)
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