7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8#include <aws/connect-contact-lens/model/Transcript.h>
9#include <aws/connect-contact-lens/model/Categories.h>
10#include <aws/connect-contact-lens/model/PostContactSummary.h>
23namespace ConnectContactLens
49 template<
typename TranscriptT = Transcript>
50 void SetTranscript(TranscriptT&& value) { m_transcriptHasBeenSet =
true; m_transcript = std::forward<TranscriptT>(value); }
51 template<
typename TranscriptT = Transcript>
61 template<
typename CategoriesT = Categories>
62 void SetCategories(CategoriesT&& value) { m_categoriesHasBeenSet =
true; m_categories = std::forward<CategoriesT>(value); }
63 template<
typename CategoriesT = Categories>
73 template<
typename PostContactSummaryT = PostContactSummary>
74 void SetPostContactSummary(PostContactSummaryT&& value) { m_postContactSummaryHasBeenSet =
true; m_postContactSummary = std::forward<PostContactSummaryT>(value); }
75 template<
typename PostContactSummaryT = PostContactSummary>
81 bool m_transcriptHasBeenSet =
false;
84 bool m_categoriesHasBeenSet =
false;
87 bool m_postContactSummaryHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue