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/BotLocaleHistoryEvent.h>
13#include <aws/lexv2-models/model/BotLocaleStatus.h>
14#include <aws/lexv2-models/model/GenerativeAISettings.h>
15#include <aws/lexv2-models/model/SpeechDetectionSensitivity.h>
16#include <aws/lexv2-models/model/SpeechRecognitionSettings.h>
17#include <aws/lexv2-models/model/UnifiedSpeechSettings.h>
18#include <aws/lexv2-models/model/VoiceSettings.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace LexModelsV2 {
44 template <
typename BotIdT = Aws::String>
46 m_botIdHasBeenSet =
true;
47 m_botId = std::forward<BotIdT>(value);
49 template <
typename BotIdT = Aws::String>
51 SetBotId(std::forward<BotIdT>(value));
61 template <
typename BotVersionT = Aws::String>
63 m_botVersionHasBeenSet =
true;
64 m_botVersion = std::forward<BotVersionT>(value);
66 template <
typename BotVersionT = Aws::String>
78 template <
typename LocaleIdT = Aws::String>
80 m_localeIdHasBeenSet =
true;
81 m_localeId = std::forward<LocaleIdT>(value);
83 template <
typename LocaleIdT = Aws::String>
95 template <
typename LocaleNameT = Aws::String>
97 m_localeNameHasBeenSet =
true;
98 m_localeName = std::forward<LocaleNameT>(value);
100 template <
typename LocaleNameT = Aws::String>
112 template <
typename DescriptionT = Aws::String>
114 m_descriptionHasBeenSet =
true;
115 m_description = std::forward<DescriptionT>(value);
117 template <
typename DescriptionT = Aws::String>
132 m_nluIntentConfidenceThresholdHasBeenSet =
true;
133 m_nluIntentConfidenceThreshold = value;
147 template <
typename VoiceSettingsT = VoiceSettings>
149 m_voiceSettingsHasBeenSet =
true;
150 m_voiceSettings = std::forward<VoiceSettingsT>(value);
152 template <
typename VoiceSettingsT = VoiceSettings>
164 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
166 m_unifiedSpeechSettingsHasBeenSet =
true;
167 m_unifiedSpeechSettings = std::forward<UnifiedSpeechSettingsT>(value);
169 template <
typename UnifiedSpeechSettingsT = UnifiedSpeechSettings>
181 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
183 m_speechRecognitionSettingsHasBeenSet =
true;
184 m_speechRecognitionSettings = std::forward<SpeechRecognitionSettingsT>(value);
186 template <
typename SpeechRecognitionSettingsT = SpeechRecognitionSettings>
199 m_intentsCountHasBeenSet =
true;
200 m_intentsCount = value;
214 m_slotTypesCountHasBeenSet =
true;
215 m_slotTypesCount = value;
230 m_botLocaleStatusHasBeenSet =
true;
231 m_botLocaleStatus = value;
245 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
247 m_failureReasonsHasBeenSet =
true;
248 m_failureReasons = std::forward<FailureReasonsT>(value);
250 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
255 template <
typename FailureReasonsT = Aws::String>
257 m_failureReasonsHasBeenSet =
true;
258 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
268 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
270 m_creationDateTimeHasBeenSet =
true;
271 m_creationDateTime = std::forward<CreationDateTimeT>(value);
273 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
285 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
287 m_lastUpdatedDateTimeHasBeenSet =
true;
288 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
290 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
302 template <
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
304 m_lastBuildSubmittedDateTimeHasBeenSet =
true;
305 m_lastBuildSubmittedDateTime = std::forward<LastBuildSubmittedDateTimeT>(value);
307 template <
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
320 template <
typename BotLocaleHistoryEventsT = Aws::Vector<BotLocaleHistoryEvent>>
322 m_botLocaleHistoryEventsHasBeenSet =
true;
323 m_botLocaleHistoryEvents = std::forward<BotLocaleHistoryEventsT>(value);
325 template <
typename BotLocaleHistoryEventsT = Aws::Vector<BotLocaleHistoryEvent>>
330 template <
typename BotLocaleHistoryEventsT = BotLocaleHistoryEvent>
332 m_botLocaleHistoryEventsHasBeenSet =
true;
333 m_botLocaleHistoryEvents.emplace_back(std::forward<BotLocaleHistoryEventsT>(value));
344 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
346 m_recommendedActionsHasBeenSet =
true;
347 m_recommendedActions = std::forward<RecommendedActionsT>(value);
349 template <
typename RecommendedActionsT = Aws::Vector<Aws::String>>
354 template <
typename RecommendedActionsT = Aws::String>
356 m_recommendedActionsHasBeenSet =
true;
357 m_recommendedActions.emplace_back(std::forward<RecommendedActionsT>(value));
368 template <
typename GenerativeAISettingsT = GenerativeAISettings>
370 m_generativeAISettingsHasBeenSet =
true;
371 m_generativeAISettings = std::forward<GenerativeAISettingsT>(value);
373 template <
typename GenerativeAISettingsT = GenerativeAISettings>
387 m_speechDetectionSensitivityHasBeenSet =
true;
388 m_speechDetectionSensitivity = value;
399 template <
typename RequestIdT = Aws::String>
401 m_requestIdHasBeenSet =
true;
402 m_requestId = std::forward<RequestIdT>(value);
404 template <
typename RequestIdT = Aws::String>
423 double m_nluIntentConfidenceThreshold{0.0};
425 VoiceSettings m_voiceSettings;
427 UnifiedSpeechSettings m_unifiedSpeechSettings;
429 SpeechRecognitionSettings m_speechRecognitionSettings;
431 int m_intentsCount{0};
433 int m_slotTypesCount{0};
449 GenerativeAISettings m_generativeAISettings;
455 bool m_botIdHasBeenSet =
false;
456 bool m_botVersionHasBeenSet =
false;
457 bool m_localeIdHasBeenSet =
false;
458 bool m_localeNameHasBeenSet =
false;
459 bool m_descriptionHasBeenSet =
false;
460 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
461 bool m_voiceSettingsHasBeenSet =
false;
462 bool m_unifiedSpeechSettingsHasBeenSet =
false;
463 bool m_speechRecognitionSettingsHasBeenSet =
false;
464 bool m_intentsCountHasBeenSet =
false;
465 bool m_slotTypesCountHasBeenSet =
false;
466 bool m_botLocaleStatusHasBeenSet =
false;
467 bool m_failureReasonsHasBeenSet =
false;
468 bool m_creationDateTimeHasBeenSet =
false;
469 bool m_lastUpdatedDateTimeHasBeenSet =
false;
470 bool m_lastBuildSubmittedDateTimeHasBeenSet =
false;
471 bool m_botLocaleHistoryEventsHasBeenSet =
false;
472 bool m_recommendedActionsHasBeenSet =
false;
473 bool m_generativeAISettingsHasBeenSet =
false;
474 bool m_speechDetectionSensitivityHasBeenSet =
false;
475 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
const Aws::Utils::DateTime & GetLastUpdatedDateTime() 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)
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