7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
43 m_turnNumberHasBeenSet =
true;
58 template <
typename InputTranscriptT = Aws::String>
60 m_inputTranscriptHasBeenSet =
true;
61 m_inputTranscript = std::forward<InputTranscriptT>(value);
63 template <
typename InputTranscriptT = Aws::String>
76 template <
typename BotResponseT = Aws::String>
78 m_botResponseHasBeenSet =
true;
79 m_botResponse = std::forward<BotResponseT>(value);
81 template <
typename BotResponseT = Aws::String>
94 template <
typename TimestampT = Aws::Utils::DateTime>
96 m_timestampHasBeenSet =
true;
97 m_timestamp = std::forward<TimestampT>(value);
99 template <
typename TimestampT = Aws::Utils::DateTime>
113 bool m_turnNumberHasBeenSet =
false;
114 bool m_inputTranscriptHasBeenSet =
false;
115 bool m_botResponseHasBeenSet =
false;
116 bool m_timestampHasBeenSet =
false;
int GetTurnNumber() const
AWS_QCONNECT_API SelfServiceConversationHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
SelfServiceConversationHistory & WithTurnNumber(int value)
SelfServiceConversationHistory & WithInputTranscript(InputTranscriptT &&value)
void SetTimestamp(TimestampT &&value)
AWS_QCONNECT_API SelfServiceConversationHistory(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API SelfServiceConversationHistory()=default
bool InputTranscriptHasBeenSet() const
const Aws::String & GetInputTranscript() const
bool BotResponseHasBeenSet() const
void SetBotResponse(BotResponseT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TurnNumberHasBeenSet() const
void SetInputTranscript(InputTranscriptT &&value)
SelfServiceConversationHistory & WithTimestamp(TimestampT &&value)
bool TimestampHasBeenSet() const
void SetTurnNumber(int value)
const Aws::Utils::DateTime & GetTimestamp() const
SelfServiceConversationHistory & WithBotResponse(BotResponseT &&value)
const Aws::String & GetBotResponse() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue