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/ExtractedInformation.h>
10#include <aws/connect-contact-lens/model/PostContactSummary.h>
11#include <aws/connect-contact-lens/model/Transcript.h>
22namespace ConnectContactLens {
44 template <
typename TranscriptT = Transcript>
46 m_transcriptHasBeenSet =
true;
47 m_transcript = std::forward<TranscriptT>(value);
49 template <
typename TranscriptT = Transcript>
62 template <
typename CategoriesT = Categories>
64 m_categoriesHasBeenSet =
true;
65 m_categories = std::forward<CategoriesT>(value);
67 template <
typename CategoriesT = Categories>
80 template <
typename PostContactSummaryT = PostContactSummary>
82 m_postContactSummaryHasBeenSet =
true;
83 m_postContactSummary = std::forward<PostContactSummaryT>(value);
85 template <
typename PostContactSummaryT = PostContactSummary>
98 template <
typename ExtractedInformationT = ExtractedInformation>
100 m_extractedInformationHasBeenSet =
true;
101 m_extractedInformation = std::forward<ExtractedInformationT>(value);
103 template <
typename ExtractedInformationT = ExtractedInformation>
117 bool m_transcriptHasBeenSet =
false;
118 bool m_categoriesHasBeenSet =
false;
119 bool m_postContactSummaryHasBeenSet =
false;
120 bool m_extractedInformationHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue