7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/lex-models/LexModelBuildingServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lex-models/model/Prompt.h>
12#include <aws/lex-models/model/Statement.h>
13#include <aws/lex-models/model/ProcessBehavior.h>
14#include <aws/lex-models/model/Locale.h>
15#include <aws/lex-models/model/Intent.h>
16#include <aws/lex-models/model/Tag.h>
21namespace LexModelBuildingService
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
238 inline void SetVoiceId(
const char* value) { m_voiceIdHasBeenSet =
true; m_voiceId.assign(value); }
259 inline void SetChecksum(
const char* value) { m_checksumHasBeenSet =
true; m_checksum.assign(value); }
288 inline void SetLocale(
const Locale& value) { m_localeHasBeenSet =
true; m_locale = value; }
289 inline void SetLocale(
Locale&& value) { m_localeHasBeenSet =
true; m_locale = std::move(value); }
322 inline void SetChildDirected(
bool value) { m_childDirectedHasBeenSet =
true; m_childDirected = value; }
334 inline void SetDetectSentiment(
bool value) { m_detectSentimentHasBeenSet =
true; m_detectSentiment = value; }
346 inline void SetCreateVersion(
bool value) { m_createVersionHasBeenSet =
true; m_createVersion = value; }
368 bool m_nameHasBeenSet =
false;
371 bool m_descriptionHasBeenSet =
false;
374 bool m_intentsHasBeenSet =
false;
376 bool m_enableModelImprovements;
377 bool m_enableModelImprovementsHasBeenSet =
false;
379 double m_nluIntentConfidenceThreshold;
380 bool m_nluIntentConfidenceThresholdHasBeenSet =
false;
382 Prompt m_clarificationPrompt;
383 bool m_clarificationPromptHasBeenSet =
false;
386 bool m_abortStatementHasBeenSet =
false;
388 int m_idleSessionTTLInSeconds;
389 bool m_idleSessionTTLInSecondsHasBeenSet =
false;
392 bool m_voiceIdHasBeenSet =
false;
395 bool m_checksumHasBeenSet =
false;
398 bool m_processBehaviorHasBeenSet =
false;
401 bool m_localeHasBeenSet =
false;
403 bool m_childDirected;
404 bool m_childDirectedHasBeenSet =
false;
406 bool m_detectSentiment;
407 bool m_detectSentimentHasBeenSet =
false;
409 bool m_createVersion;
410 bool m_createVersionHasBeenSet =
false;
413 bool m_tagsHasBeenSet =
false;
void SetVoiceId(Aws::String &&value)
PutBotRequest & AddTags(const Tag &value)
PutBotRequest & WithIntents(const Aws::Vector< Intent > &value)
void SetDescription(Aws::String &&value)
void SetVoiceId(const Aws::String &value)
PutBotRequest & WithVoiceId(const char *value)
PutBotRequest & WithNluIntentConfidenceThreshold(double value)
void SetClarificationPrompt(const Prompt &value)
PutBotRequest & WithName(const char *value)
void SetClarificationPrompt(Prompt &&value)
virtual const char * GetServiceRequestName() const override
PutBotRequest & WithVoiceId(Aws::String &&value)
bool VoiceIdHasBeenSet() const
void SetIdleSessionTTLInSeconds(int value)
bool CreateVersionHasBeenSet() const
const Aws::String & GetDescription() const
PutBotRequest & WithIntents(Aws::Vector< Intent > &&value)
bool IntentsHasBeenSet() const
bool DetectSentimentHasBeenSet() const
PutBotRequest & WithVoiceId(const Aws::String &value)
void SetProcessBehavior(ProcessBehavior &&value)
PutBotRequest & WithChecksum(const Aws::String &value)
PutBotRequest & WithProcessBehavior(ProcessBehavior &&value)
PutBotRequest & WithDescription(const Aws::String &value)
PutBotRequest & WithChecksum(const char *value)
void SetChildDirected(bool value)
const Aws::String & GetChecksum() const
bool DescriptionHasBeenSet() const
void SetName(const Aws::String &value)
PutBotRequest & WithChildDirected(bool value)
const Aws::Vector< Tag > & GetTags() const
bool GetEnableModelImprovements() const
void SetIntents(Aws::Vector< Intent > &&value)
bool ChildDirectedHasBeenSet() const
PutBotRequest & WithDescription(Aws::String &&value)
PutBotRequest & WithDescription(const char *value)
bool ChecksumHasBeenSet() const
PutBotRequest & WithLocale(Locale &&value)
void SetNluIntentConfidenceThreshold(double value)
PutBotRequest & WithName(const Aws::String &value)
const Aws::String & GetVoiceId() const
void SetLocale(const Locale &value)
PutBotRequest & WithProcessBehavior(const ProcessBehavior &value)
PutBotRequest & WithEnableModelImprovements(bool value)
PutBotRequest & AddIntents(Intent &&value)
PutBotRequest & WithClarificationPrompt(const Prompt &value)
const Statement & GetAbortStatement() const
PutBotRequest & WithClarificationPrompt(Prompt &&value)
bool NluIntentConfidenceThresholdHasBeenSet() const
void SetDetectSentiment(bool value)
PutBotRequest & WithDetectSentiment(bool value)
PutBotRequest & AddIntents(const Intent &value)
void SetVoiceId(const char *value)
bool GetChildDirected() const
bool ClarificationPromptHasBeenSet() const
void SetCreateVersion(bool value)
void SetProcessBehavior(const ProcessBehavior &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetAbortStatement(Statement &&value)
bool TagsHasBeenSet() const
void SetChecksum(const char *value)
PutBotRequest & WithTags(const Aws::Vector< Tag > &value)
int GetIdleSessionTTLInSeconds() const
void SetName(Aws::String &&value)
const Aws::String & GetName() const
void SetChecksum(Aws::String &&value)
double GetNluIntentConfidenceThreshold() const
bool GetDetectSentiment() const
void SetTags(const Aws::Vector< Tag > &value)
PutBotRequest & WithCreateVersion(bool value)
const ProcessBehavior & GetProcessBehavior() const
PutBotRequest & AddTags(Tag &&value)
AWS_LEXMODELBUILDINGSERVICE_API PutBotRequest()
bool EnableModelImprovementsHasBeenSet() const
PutBotRequest & WithAbortStatement(Statement &&value)
void SetLocale(Locale &&value)
PutBotRequest & WithChecksum(Aws::String &&value)
void SetEnableModelImprovements(bool value)
bool NameHasBeenSet() const
bool ProcessBehaviorHasBeenSet() const
void SetChecksum(const Aws::String &value)
void SetName(const char *value)
void SetDescription(const Aws::String &value)
PutBotRequest & WithName(Aws::String &&value)
bool IdleSessionTTLInSecondsHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API Aws::String SerializePayload() const override
PutBotRequest & WithAbortStatement(const Statement &value)
const Prompt & GetClarificationPrompt() const
void SetAbortStatement(const Statement &value)
const Locale & GetLocale() const
bool AbortStatementHasBeenSet() const
void SetIntents(const Aws::Vector< Intent > &value)
PutBotRequest & WithIdleSessionTTLInSeconds(int value)
bool GetCreateVersion() const
PutBotRequest & WithLocale(const Locale &value)
bool LocaleHasBeenSet() const
void SetDescription(const char *value)
PutBotRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::Vector< Intent > & GetIntents() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector