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/core/utils/memory/stl/AWSVector.h>
11#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
12#include <aws/lexv2-models/model/AudioFillerSettings.h>
13#include <aws/lexv2-models/model/BotLocaleHistoryEvent.h>
14#include <aws/lexv2-models/model/BotLocaleStatus.h>
15#include <aws/lexv2-models/model/GenerativeAISettings.h>
16#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
17#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
18#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
19#include <aws/lexv2-models/model/VoiceSettings.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
32namespace 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));
62 template <
typename BotVersionT = Aws::String>
64 m_botVersionHasBeenSet =
true;
65 m_botVersion = std::forward<BotVersionT>(value);
67 template <
typename BotVersionT = Aws::String>
79 template <
typename LocaleIdT = Aws::String>
81 m_localeIdHasBeenSet =
true;
82 m_localeId = std::forward<LocaleIdT>(value);
84 template <
typename LocaleIdT = Aws::String>
96 template <
typename LocaleNameT = Aws::String>
98 m_localeNameHasBeenSet =
true;
99 m_localeName = std::forward<LocaleNameT>(value);
101 template <
typename LocaleNameT = Aws::String>
113 template <
typename DescriptionT = Aws::String>
115 m_descriptionHasBeenSet =
true;
116 m_description = std::forward<DescriptionT>(value);
118 template <
typename DescriptionT = Aws::String>
133 m_nluIntentConfidenceThresholdHasBeenSet =
true;
134 m_nluIntentConfidenceThreshold = value;
148 template <
typename VoiceSettingsT = VoiceSettings>
150 m_voiceSettingsHasBeenSet =
true;
151 m_voiceSettings = std::forward<VoiceSettingsT>(value);
153 template <
typename VoiceSettingsT = VoiceSettings>
165 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
167 m_unifiedSpeechSettingsHasBeenSet =
true;
168 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
170 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
182 template <
typename AudioFillerSettingsT = AudioFillerSettings>
184 m_audioFillerSettingsHasBeenSet =
true;
185 m_audioFillerSettings = std::forward<AudioFillerSettingsT>(value);
187 template <
typename AudioFillerSettingsT = AudioFillerSettings>
199 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
201 m_speechRecognitionSettingsHasBeenSet =
true;
202 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
204 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
217 m_intentsCountHasBeenSet =
true;
218 m_intentsCount = value;
232 m_slotTypesCountHasBeenSet =
true;
233 m_slotTypesCount = value;
248 m_botLocaleStatusHasBeenSet =
true;
249 m_botLocaleStatus = value;
263 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
265 m_failureReasonsHasBeenSet =
true;
266 m_failureReasons = std::forward<FailureReasonsT>(value);
268 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
273 template <
typename FailureReasonsT = Aws::String>
275 m_failureReasonsHasBeenSet =
true;
276 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
286 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
288 m_creationDateTimeHasBeenSet =
true;
289 m_creationDateTime = std::forward<CreationDateTimeT>(value);
291 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
303 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
305 m_lastUpdatedDateTimeHasBeenSet =
true;
306 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
308 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
320 template <
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
322 m_lastBuildSubmittedDateTimeHasBeenSet =
true;
323 m_lastBuildSubmittedDateTime = std::forward<LastBuildSubmittedDateTimeT>(value);
325 template <
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
338 template <
typename BotLocaleHistoryEventsT = Aws::Vector<BotLocaleHistoryEvent>>
340 m_botLocaleHistoryEventsHasBeenSet =
true;
341 m_botLocaleHistoryEvents = std::forward<BotLocaleHistoryEventsT>(value);
343 template <
typename BotLocaleHistoryEventsT = Aws::Vector<BotLocaleHistoryEvent>>
348 template <
typename BotLocaleHistoryEventsT = BotLocaleHistoryEvent>
350 m_botLocaleHistoryEventsHasBeenSet =
true;
351 m_botLocaleHistoryEvents.emplace_back(std::forward<BotLocaleHistoryEventsT>(value));
362 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
364 m_recommendedActionsHasBeenSet =
true;
365 m_recommendedActions = std::forward<RecommendedActionsT>(value);
367 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
372 template <
typename RecommendedActionsT = Aws::String>
374 m_recommendedActionsHasBeenSet =
true;
375 m_recommendedActions.emplace_back(std::forward<RecommendedActionsT>(value));
386 template <
typename GenerativeAISettingsT = GenerativeAISettings>
388 m_generativeAISettingsHasBeenSet =
true;
389 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
391 template <
typename GenerativeAISettingsT = GenerativeAISettings>
405 m_speechDetectionSensitivityHasBeenSet =
true;
406 m_speechDetectionSensitivity = value;
417 template <
typename RequestIdT = Aws::String>
419 m_requestIdHasBeenSet =
true;
420 m_requestId = std::forward<RequestIdT>(value);
422 template <
typename RequestIdT = Aws::String>
441 double m_nluIntentConfidenceThreshold{0.0};
443 VoiceSettings m_voiceSettings;
445 UnifiedSpeechSettings m_unifiedSpeechSettings;
447 AudioFillerSettings m_audioFillerSettings;
449 SpeechRecognitionSettings m_speechRecognitionSettings;
451 int m_intentsCount{0};
453 int m_slotTypesCount{0};
469 GenerativeAISettings m_generativeAISettings;
475 bool m_botIdHasBeenSet =
false;
476 bool m_botVersionHasBeenSet =
false;
477 bool m_localeIdHasBeenSet =
false;
478 bool m_localeNameHasBeenSet =
false;
479 bool m_descriptionHasBeenSet =
false;
480 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
481 bool m_voiceSettingsHasBeenSet =
false;
482 bool m_unifiedSpeechSettingsHasBeenSet =
false;
483 bool m_audioFillerSettingsHasBeenSet =
false;
484 bool m_speechRecognitionSettingsHasBeenSet =
false;
485 bool m_intentsCountHasBeenSet =
false;
486 bool m_slotTypesCountHasBeenSet =
false;
487 bool m_botLocaleStatusHasBeenSet =
false;
488 bool m_failureReasonsHasBeenSet =
false;
489 bool m_creationDateTimeHasBeenSet =
false;
490 bool m_lastUpdatedDateTimeHasBeenSet =
false;
491 bool m_lastBuildSubmittedDateTimeHasBeenSet =
false;
492 bool m_botLocaleHistoryEventsHasBeenSet =
false;
493 bool m_recommendedActionsHasBeenSet =
false;
494 bool m_generativeAISettingsHasBeenSet =
false;
495 bool m_speechDetectionSensitivityHasBeenSet =
false;
496 bool m_requestIdHasBeenSet =
false;
DescribeBotLocaleResult & WithLocaleName(LocaleNameT &&value)
DescribeBotLocaleResult & WithRecommendedActions(RecommendedActionsT &&value)
DescribeBotLocaleResult & WithSlotTypesCount(int value)
DescribeBotLocaleResult & WithSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
DescribeBotLocaleResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeBotLocaleResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeBotLocaleResult & WithNluIntentConfidenceThreshold(double value)
const GenerativeAISettings & GetGenerativeAISettings() const
const Aws::Vector< Aws::String > & GetRecommendedActions() const
void SetVoiceSettings(VoiceSettingsT &&value)
DescribeBotLocaleResult & WithCreationDateTime(CreationDateTimeT &&value)
SpeechDetectionSensitivity GetSpeechDetectionSensitivity() const
DescribeBotLocaleResult & WithLastBuildSubmittedDateTime(LastBuildSubmittedDateTimeT &&value)
BotLocaleStatus GetBotLocaleStatus() const
DescribeBotLocaleResult & WithFailureReasons(FailureReasonsT &&value)
void SetSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
DescribeBotLocaleResult & WithVoiceSettings(VoiceSettingsT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_LEXMODELSV2_API DescribeBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetGenerativeAISettings(GenerativeAISettingsT &&value)
void SetBotId(BotIdT &&value)
void SetBotVersion(BotVersionT &&value)
void SetLocaleId(LocaleIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
DescribeBotLocaleResult & WithSpeechDetectionSensitivity(SpeechDetectionSensitivity value)
const Aws::Vector< BotLocaleHistoryEvent > & GetBotLocaleHistoryEvents() const
const Aws::String & GetBotVersion() const
void SetFailureReasons(FailureReasonsT &&value)
const UnifiedSpeechSettings & GetUnifiedSpeechSettings() const
const Aws::String & GetBotId() const
DescribeBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus value)
DescribeBotLocaleResult & WithGenerativeAISettings(GenerativeAISettingsT &&value)
const Aws::Utils::DateTime & GetLastBuildSubmittedDateTime() const
int GetIntentsCount() const
void SetNluIntentConfidenceThreshold(double value)
const SpeechRecognitionSettings & GetSpeechRecognitionSettings() const
DescribeBotLocaleResult & WithAudioFillerSettings(AudioFillerSettingsT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const AudioFillerSettings & GetAudioFillerSettings() const
DescribeBotLocaleResult & WithLocaleId(LocaleIdT &&value)
void SetBotLocaleHistoryEvents(BotLocaleHistoryEventsT &&value)
void SetLastBuildSubmittedDateTime(LastBuildSubmittedDateTimeT &&value)
double GetNluIntentConfidenceThreshold() const
AWS_LEXMODELSV2_API DescribeBotLocaleResult()=default
void SetRecommendedActions(RecommendedActionsT &&value)
AWS_LEXMODELSV2_API DescribeBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBotLocaleResult & WithDescription(DescriptionT &&value)
DescribeBotLocaleResult & AddRecommendedActions(RecommendedActionsT &&value)
const Aws::Vector< Aws::String > & GetFailureReasons() const
DescribeBotLocaleResult & WithBotId(BotIdT &&value)
DescribeBotLocaleResult & WithBotVersion(BotVersionT &&value)
DescribeBotLocaleResult & AddFailureReasons(FailureReasonsT &&value)
const VoiceSettings & GetVoiceSettings() const
void SetSpeechRecognitionSettings(SpeechRecognitionSettingsT &&value)
DescribeBotLocaleResult & WithBotLocaleHistoryEvents(BotLocaleHistoryEventsT &&value)
const Aws::String & GetLocaleName() const
void SetSlotTypesCount(int value)
const Aws::String & GetLocaleId() const
void SetIntentsCount(int value)
void SetAudioFillerSettings(AudioFillerSettingsT &&value)
DescribeBotLocaleResult & WithIntentsCount(int value)
DescribeBotLocaleResult & AddBotLocaleHistoryEvents(BotLocaleHistoryEventsT &&value)
int GetSlotTypesCount() const
void SetBotLocaleStatus(BotLocaleStatus value)
void SetDescription(DescriptionT &&value)
void SetLocaleName(LocaleNameT &&value)
DescribeBotLocaleResult & WithUnifiedSpeechSettings(UnifiedSpeechSettingsT &&value)
const Aws::String & GetDescription() const
SpeechDetectionSensitivity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue