7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8#include <aws/connect-contact-lens/model/Categories.h>
9#include <aws/connect-contact-lens/model/PostContactSummary.h>
10#include <aws/connect-contact-lens/model/Transcript.h>
21namespace ConnectContactLens {
43 template <
typename TranscriptT = Transcript>
45 m_transcriptHasBeenSet =
true;
46 m_transcript = std::forward<TranscriptT>(value);
48 template <
typename TranscriptT = Transcript>
61 template <
typename CategoriesT = Categories>
63 m_categoriesHasBeenSet =
true;
64 m_categories = std::forward<CategoriesT>(value);
66 template <
typename CategoriesT = Categories>
79 template <
typename PostContactSummaryT = PostContactSummary>
81 m_postContactSummaryHasBeenSet =
true;
82 m_postContactSummary = std::forward<PostContactSummaryT>(value);
84 template <
typename PostContactSummaryT = PostContactSummary>
96 bool m_transcriptHasBeenSet =
false;
97 bool m_categoriesHasBeenSet =
false;
98 bool m_postContactSummaryHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue