7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/model/TranscriptSourceSetting.h>
11#include <aws/lexv2-models/model/EncryptionSetting.h>
43 template<
typename BotIdT = Aws::String>
44 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
45 template<
typename BotIdT = Aws::String>
55 template<
typename BotVersionT = Aws::String>
56 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
57 template<
typename BotVersionT = Aws::String>
70 template<
typename LocaleIdT = Aws::String>
71 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
72 template<
typename LocaleIdT = Aws::String>
83 template<
typename TranscriptSourceSettingT = TranscriptSourceSetting>
84 void SetTranscriptSourceSetting(TranscriptSourceSettingT&& value) { m_transcriptSourceSettingHasBeenSet =
true; m_transcriptSourceSetting = std::forward<TranscriptSourceSettingT>(value); }
85 template<
typename TranscriptSourceSettingT = TranscriptSourceSetting>
97 template<
typename EncryptionSettingT = EncryptionSetting>
98 void SetEncryptionSetting(EncryptionSettingT&& value) { m_encryptionSettingHasBeenSet =
true; m_encryptionSetting = std::forward<EncryptionSettingT>(value); }
99 template<
typename EncryptionSettingT = EncryptionSetting>
105 bool m_botIdHasBeenSet =
false;
108 bool m_botVersionHasBeenSet =
false;
111 bool m_localeIdHasBeenSet =
false;
113 TranscriptSourceSetting m_transcriptSourceSetting;
114 bool m_transcriptSourceSettingHasBeenSet =
false;
117 bool m_encryptionSettingHasBeenSet =
false;
StartBotRecommendationRequest & WithTranscriptSourceSetting(TranscriptSourceSettingT &&value)
bool TranscriptSourceSettingHasBeenSet() const
StartBotRecommendationRequest & WithLocaleId(LocaleIdT &&value)
bool EncryptionSettingHasBeenSet() const
StartBotRecommendationRequest & WithEncryptionSetting(EncryptionSettingT &&value)
void SetTranscriptSourceSetting(TranscriptSourceSettingT &&value)
StartBotRecommendationRequest & WithBotVersion(BotVersionT &&value)
bool BotIdHasBeenSet() const
StartBotRecommendationRequest & WithBotId(BotIdT &&value)
bool LocaleIdHasBeenSet() const
const Aws::String & GetBotVersion() const
void SetEncryptionSetting(EncryptionSettingT &&value)
AWS_LEXMODELSV2_API StartBotRecommendationRequest()=default
void SetLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
const Aws::String & GetBotId() const
const EncryptionSetting & GetEncryptionSetting() const
void SetBotId(BotIdT &&value)
const Aws::String & GetLocaleId() const
const TranscriptSourceSetting & GetTranscriptSourceSetting() const
void SetBotVersion(BotVersionT &&value)
bool BotVersionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String