7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ParticipantRole.h>
10#include <aws/connect/model/RealTimeContactAnalysisTimeData.h>
11#include <aws/connect/model/RealTimeContactAnalysisTranscriptItemRedaction.h>
12#include <aws/connect/model/RealTimeContactAnalysisSentimentLabel.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename ParticipantIdT = Aws::String>
63 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
64 template<
typename ParticipantIdT = Aws::String>
85 template<
typename DisplayNameT = Aws::String>
86 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
87 template<
typename DisplayNameT = Aws::String>
97 template<
typename ContentT = Aws::String>
98 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
99 template<
typename ContentT = Aws::String>
109 template<
typename ContentTypeT = Aws::String>
110 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
111 template<
typename ContentTypeT = Aws::String>
122 template<
typename TimeT = RealTimeContactAnalysisTimeData>
123 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
124 template<
typename TimeT = RealTimeContactAnalysisTimeData>
135 template<
typename RedactionT = RealTimeContactAnalysisTranscriptItemRedaction>
136 void SetRedaction(RedactionT&& value) { m_redactionHasBeenSet =
true; m_redaction = std::forward<RedactionT>(value); }
137 template<
typename RedactionT = RealTimeContactAnalysisTranscriptItemRedaction>
153 bool m_idHasBeenSet =
false;
156 bool m_participantIdHasBeenSet =
false;
159 bool m_participantRoleHasBeenSet =
false;
162 bool m_displayNameHasBeenSet =
false;
165 bool m_contentHasBeenSet =
false;
168 bool m_contentTypeHasBeenSet =
false;
170 RealTimeContactAnalysisTimeData m_time;
171 bool m_timeHasBeenSet =
false;
173 RealTimeContactAnalysisTranscriptItemRedaction m_redaction;
174 bool m_redactionHasBeenSet =
false;
177 bool m_sentimentHasBeenSet =
false;
RealTimeContactAnalysisSentimentLabel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue