7#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/wisdom/ConnectWisdomServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wisdom/model/QuickResponseDataProvider.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/wisdom/model/GroupingConfiguration.h>
17namespace ConnectWisdomService
45 template<
typename ChannelsT = Aws::Vector<Aws::String>>
46 void SetChannels(ChannelsT&& value) { m_channelsHasBeenSet =
true; m_channels = std::forward<ChannelsT>(value); }
47 template<
typename ChannelsT = Aws::Vector<Aws::String>>
49 template<
typename ChannelsT = Aws::String>
59 template<
typename ContentT = QuickResponseDataProv
ider>
60 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
61 template<
typename ContentT = QuickResponseDataProv
ider>
75 template<
typename ContentTypeT = Aws::String>
76 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
77 template<
typename ContentTypeT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
99 template<
typename GroupingConfigurationT = GroupingConfiguration>
100 void SetGroupingConfiguration(GroupingConfigurationT&& value) { m_groupingConfigurationHasBeenSet =
true; m_groupingConfiguration = std::forward<GroupingConfigurationT>(value); }
101 template<
typename GroupingConfigurationT = GroupingConfiguration>
111 inline void SetIsActive(
bool value) { m_isActiveHasBeenSet =
true; m_isActive = value; }
123 template<
typename KnowledgeBaseIdT = Aws::String>
124 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
125 template<
typename KnowledgeBaseIdT = Aws::String>
139 template<
typename LanguageT = Aws::String>
140 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
141 template<
typename LanguageT = Aws::String>
151 template<
typename NameT = Aws::String>
152 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
153 template<
typename NameT = Aws::String>
163 template<
typename QuickResponseIdT = Aws::String>
164 void SetQuickResponseId(QuickResponseIdT&& value) { m_quickResponseIdHasBeenSet =
true; m_quickResponseId = std::forward<QuickResponseIdT>(value); }
165 template<
typename QuickResponseIdT = Aws::String>
175 inline void SetRemoveDescription(
bool value) { m_removeDescriptionHasBeenSet =
true; m_removeDescription = value; }
195 inline void SetRemoveShortcutKey(
bool value) { m_removeShortcutKeyHasBeenSet =
true; m_removeShortcutKey = value; }
206 template<
typename ShortcutKeyT = Aws::String>
207 void SetShortcutKey(ShortcutKeyT&& value) { m_shortcutKeyHasBeenSet =
true; m_shortcutKey = std::forward<ShortcutKeyT>(value); }
208 template<
typename ShortcutKeyT = Aws::String>
214 bool m_channelsHasBeenSet =
false;
217 bool m_contentHasBeenSet =
false;
220 bool m_contentTypeHasBeenSet =
false;
223 bool m_descriptionHasBeenSet =
false;
226 bool m_groupingConfigurationHasBeenSet =
false;
228 bool m_isActive{
false};
229 bool m_isActiveHasBeenSet =
false;
232 bool m_knowledgeBaseIdHasBeenSet =
false;
235 bool m_languageHasBeenSet =
false;
238 bool m_nameHasBeenSet =
false;
241 bool m_quickResponseIdHasBeenSet =
false;
243 bool m_removeDescription{
false};
244 bool m_removeDescriptionHasBeenSet =
false;
246 bool m_removeGroupingConfiguration{
false};
247 bool m_removeGroupingConfigurationHasBeenSet =
false;
249 bool m_removeShortcutKey{
false};
250 bool m_removeShortcutKeyHasBeenSet =
false;
253 bool m_shortcutKeyHasBeenSet =
false;
const QuickResponseDataProvider & GetContent() const
AWS_CONNECTWISDOMSERVICE_API Aws::String SerializePayload() const override
void SetGroupingConfiguration(GroupingConfigurationT &&value)
UpdateQuickResponseRequest & WithDescription(DescriptionT &&value)
UpdateQuickResponseRequest & WithQuickResponseId(QuickResponseIdT &&value)
bool RemoveDescriptionHasBeenSet() const
void SetIsActive(bool value)
bool IsActiveHasBeenSet() const
void SetRemoveShortcutKey(bool value)
void SetQuickResponseId(QuickResponseIdT &&value)
const Aws::String & GetQuickResponseId() const
const Aws::String & GetContentType() const
bool DescriptionHasBeenSet() const
bool LanguageHasBeenSet() const
UpdateQuickResponseRequest & WithIsActive(bool value)
const Aws::Vector< Aws::String > & GetChannels() const
UpdateQuickResponseRequest & WithContentType(ContentTypeT &&value)
bool RemoveGroupingConfigurationHasBeenSet() const
const GroupingConfiguration & GetGroupingConfiguration() const
bool GroupingConfigurationHasBeenSet() const
void SetContent(ContentT &&value)
UpdateQuickResponseRequest & WithRemoveDescription(bool value)
virtual const char * GetServiceRequestName() const override
void SetShortcutKey(ShortcutKeyT &&value)
UpdateQuickResponseRequest & WithShortcutKey(ShortcutKeyT &&value)
void SetDescription(DescriptionT &&value)
bool RemoveShortcutKeyHasBeenSet() const
bool KnowledgeBaseIdHasBeenSet() const
UpdateQuickResponseRequest & WithContent(ContentT &&value)
void SetRemoveDescription(bool value)
UpdateQuickResponseRequest & WithLanguage(LanguageT &&value)
UpdateQuickResponseRequest & WithName(NameT &&value)
bool ChannelsHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetLanguage() const
UpdateQuickResponseRequest & AddChannels(ChannelsT &&value)
bool GetRemoveGroupingConfiguration() const
const Aws::String & GetKnowledgeBaseId() const
UpdateQuickResponseRequest & WithRemoveGroupingConfiguration(bool value)
bool NameHasBeenSet() const
UpdateQuickResponseRequest & WithRemoveShortcutKey(bool value)
bool GetRemoveDescription() const
void SetContentType(ContentTypeT &&value)
const Aws::String & GetName() const
bool ShortcutKeyHasBeenSet() const
bool ContentTypeHasBeenSet() const
UpdateQuickResponseRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetRemoveGroupingConfiguration(bool value)
void SetLanguage(LanguageT &&value)
bool ContentHasBeenSet() const
bool QuickResponseIdHasBeenSet() const
void SetChannels(ChannelsT &&value)
const Aws::String & GetShortcutKey() const
UpdateQuickResponseRequest & WithChannels(ChannelsT &&value)
const Aws::String & GetDescription() const
bool GetRemoveShortcutKey() const
UpdateQuickResponseRequest & WithGroupingConfiguration(GroupingConfigurationT &&value)
AWS_CONNECTWISDOMSERVICE_API UpdateQuickResponseRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector