7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TranscriptT = Aws::String>
48 void SetTranscript(TranscriptT&& value) { m_transcriptHasBeenSet =
true; m_transcript = std::forward<TranscriptT>(value); }
49 template<
typename TranscriptT = Aws::String>
61 template<
typename EventIdT = Aws::String>
62 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
63 template<
typename EventIdT = Aws::String>
69 bool m_transcriptHasBeenSet =
false;
72 bool m_eventIdHasBeenSet =
false;
AWS_LEXRUNTIMEV2_API TranscriptEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventIdHasBeenSet() const
const Aws::String & GetTranscript() const
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTranscript(TranscriptT &&value)
TranscriptEvent & WithEventId(EventIdT &&value)
AWS_LEXRUNTIMEV2_API TranscriptEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXRUNTIMEV2_API TranscriptEvent()=default
void SetEventId(EventIdT &&value)
TranscriptEvent & WithTranscript(TranscriptT &&value)
bool TranscriptHasBeenSet() const
const Aws::String & GetEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue