7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/QConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template<
typename AssistantIdT = Aws::String>
45 template<
typename AssistantIdT = Aws::String>
56 template<
typename SessionIdT = Aws::String>
57 void SetSessionId(
SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
58 template<
typename SessionIdT = Aws::String>
68 template<
typename RecommendationIdsT = Aws::Vector<Aws::String>>
70 template<
typename RecommendationIdsT = Aws::Vector<Aws::String>>
72 template<
typename RecommendationIdsT = Aws::String>
78 bool m_assistantIdHasBeenSet =
false;
81 bool m_sessionIdHasBeenSet =
false;
84 bool m_recommendationIdsHasBeenSet =
false;
AWS_QCONNECT_API Aws::String SerializePayload() const override
NotifyRecommendationsReceivedRequest & WithRecommendationIds(RecommendationIdsT &&value)
const Aws::Vector< Aws::String > & GetRecommendationIds() const
virtual const char * GetServiceRequestName() const override
bool RecommendationIdsHasBeenSet() const
NotifyRecommendationsReceivedRequest & AddRecommendationIds(RecommendationIdsT &&value)
NotifyRecommendationsReceivedRequest & WithSessionId(SessionIdT &&value)
void SetSessionId(SessionIdT &&value)
void SetRecommendationIds(RecommendationIdsT &&value)
NotifyRecommendationsReceivedRequest & WithAssistantId(AssistantIdT &&value)
AWS_QCONNECT_API NotifyRecommendationsReceivedRequest()=default
void SetAssistantId(AssistantIdT &&value)
bool SessionIdHasBeenSet() const
bool AssistantIdHasBeenSet() const
const Aws::String & GetSessionId() const
const Aws::String & GetAssistantId() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector