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>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
66 inline void SetParticipantId(
const char* value) { m_participantIdHasBeenSet =
true; m_participantId.assign(value); }
93 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
107 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
121 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
167 bool m_idHasBeenSet =
false;
170 bool m_participantIdHasBeenSet =
false;
173 bool m_participantRoleHasBeenSet =
false;
176 bool m_displayNameHasBeenSet =
false;
179 bool m_contentHasBeenSet =
false;
182 bool m_contentTypeHasBeenSet =
false;
185 bool m_timeHasBeenSet =
false;
188 bool m_redactionHasBeenSet =
false;
191 bool m_sentimentHasBeenSet =
false;
RealTimeContactAnalysisSentimentLabel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue