7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetTurnNumber(
int value) { m_turnNumberHasBeenSet =
true; m_turnNumber = value; }
57 template<
typename InputTranscriptT = Aws::String>
59 template<
typename InputTranscriptT = Aws::String>
69 template<
typename BotResponseT = Aws::String>
71 template<
typename BotResponseT = Aws::String>
77 bool m_turnNumberHasBeenSet =
false;
80 bool m_inputTranscriptHasBeenSet =
false;
83 bool m_botResponseHasBeenSet =
false;
int GetTurnNumber() const
AWS_QCONNECT_API SelfServiceConversationHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
SelfServiceConversationHistory & WithTurnNumber(int value)
SelfServiceConversationHistory & WithInputTranscript(InputTranscriptT &&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)
void SetTurnNumber(int value)
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