7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/EncryptionSetting.h>
11#include <aws/lexv2-models/model/TranscriptSourceSetting.h>
16namespace LexModelsV2 {
39 template <
typename BotIdT = Aws::String>
41 m_botIdHasBeenSet =
true;
42 m_botId = std::forward<BotIdT>(value);
44 template <
typename BotIdT = Aws::String>
46 SetBotId(std::forward<BotIdT>(value));
57 template <
typename BotVersionT = Aws::String>
59 m_botVersionHasBeenSet =
true;
60 m_botVersion = std::forward<BotVersionT>(value);
62 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>
97 template <
typename TranscriptSourceSettingT = TranscriptSourceSetting>
99 m_transcriptSourceSettingHasBeenSet =
true;
100 m_transcriptSourceSetting = std::forward<TranscriptSourceSettingT>(value);
102 template <
typename TranscriptSourceSettingT = TranscriptSourceSetting>
117 template <
typename EncryptionSettingT = EncryptionSetting>
119 m_encryptionSettingHasBeenSet =
true;
120 m_encryptionSetting = std::forward<EncryptionSettingT>(value);
122 template <
typename EncryptionSettingT = EncryptionSetting>
135 TranscriptSourceSetting m_transcriptSourceSetting;
138 bool m_botIdHasBeenSet =
false;
139 bool m_botVersionHasBeenSet =
false;
140 bool m_localeIdHasBeenSet =
false;
141 bool m_transcriptSourceSettingHasBeenSet =
false;
142 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