7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AutoEvaluationStatus.h>
9#include <aws/connect/model/ContactParticipantRole.h>
10#include <aws/connect/model/PerformanceCategoryName.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename ContactIdT = Aws::String>
47 m_contactIdHasBeenSet =
true;
48 m_contactId = std::forward<ContactIdT>(value);
50 template <
typename ContactIdT = Aws::String>
63 template <
typename EvaluatorArnT = Aws::String>
65 m_evaluatorArnHasBeenSet =
true;
66 m_evaluatorArn = std::forward<EvaluatorArnT>(value);
68 template <
typename EvaluatorArnT = Aws::String>
81 template <
typename ContactAgentIdT = Aws::String>
83 m_contactAgentIdHasBeenSet =
true;
84 m_contactAgentId = std::forward<ContactAgentIdT>(value);
86 template <
typename ContactAgentIdT = Aws::String>
99 template <
typename CalibrationSessionIdT = Aws::String>
101 m_calibrationSessionIdHasBeenSet =
true;
102 m_calibrationSessionId = std::forward<CalibrationSessionIdT>(value);
104 template <
typename CalibrationSessionIdT = Aws::String>
118 m_scorePercentageHasBeenSet =
true;
119 m_scorePercentage = value;
135 m_scoreAutomaticFailHasBeenSet =
true;
136 m_scoreAutomaticFail = value;
151 m_scoreNotApplicableHasBeenSet =
true;
152 m_scoreNotApplicable = value;
167 m_autoEvaluationEnabledHasBeenSet =
true;
168 m_autoEvaluationEnabled = value;
183 m_autoEvaluationStatusHasBeenSet =
true;
184 m_autoEvaluationStatus = value;
198 template <
typename AcknowledgedTimeT = Aws::Utils::DateTime>
200 m_acknowledgedTimeHasBeenSet =
true;
201 m_acknowledgedTime = std::forward<AcknowledgedTimeT>(value);
203 template <
typename AcknowledgedTimeT = Aws::Utils::DateTime>
216 template <
typename AcknowledgedByT = Aws::String>
218 m_acknowledgedByHasBeenSet =
true;
219 m_acknowledgedBy = std::forward<AcknowledgedByT>(value);
221 template <
typename AcknowledgedByT = Aws::String>
234 template <
typename AcknowledgerCommentT = Aws::String>
236 m_acknowledgerCommentHasBeenSet =
true;
237 m_acknowledgerComment = std::forward<AcknowledgerCommentT>(value);
239 template <
typename AcknowledgerCommentT = Aws::String>
252 template <
typename SamplingJobIdT = Aws::String>
254 m_samplingJobIdHasBeenSet =
true;
255 m_samplingJobId = std::forward<SamplingJobIdT>(value);
257 template <
typename SamplingJobIdT = Aws::String>
270 template <
typename ReviewIdT = Aws::String>
272 m_reviewIdHasBeenSet =
true;
273 m_reviewId = std::forward<ReviewIdT>(value);
275 template <
typename ReviewIdT = Aws::String>
289 m_contactParticipantRoleHasBeenSet =
true;
290 m_contactParticipantRole = value;
304 template <
typename ContactParticipantIdT = Aws::String>
306 m_contactParticipantIdHasBeenSet =
true;
307 m_contactParticipantId = std::forward<ContactParticipantIdT>(value);
309 template <
typename ContactParticipantIdT = Aws::String>
323 m_earnedPointsHasBeenSet =
true;
324 m_earnedPoints = value;
339 m_maxBasePointHasBeenSet =
true;
340 m_maxBasePoint = value;
355 m_performanceCategoryHasBeenSet =
true;
356 m_performanceCategory = value;
372 double m_scorePercentage{0.0};
374 bool m_scoreAutomaticFail{
false};
376 bool m_scoreNotApplicable{
false};
378 bool m_autoEvaluationEnabled{
false};
396 int m_earnedPoints{0};
398 int m_maxBasePoint{0};
401 bool m_contactIdHasBeenSet =
false;
402 bool m_evaluatorArnHasBeenSet =
false;
403 bool m_contactAgentIdHasBeenSet =
false;
404 bool m_calibrationSessionIdHasBeenSet =
false;
405 bool m_scorePercentageHasBeenSet =
false;
406 bool m_scoreAutomaticFailHasBeenSet =
false;
407 bool m_scoreNotApplicableHasBeenSet =
false;
408 bool m_autoEvaluationEnabledHasBeenSet =
false;
409 bool m_autoEvaluationStatusHasBeenSet =
false;
410 bool m_acknowledgedTimeHasBeenSet =
false;
411 bool m_acknowledgedByHasBeenSet =
false;
412 bool m_acknowledgerCommentHasBeenSet =
false;
413 bool m_samplingJobIdHasBeenSet =
false;
414 bool m_reviewIdHasBeenSet =
false;
415 bool m_contactParticipantRoleHasBeenSet =
false;
416 bool m_contactParticipantIdHasBeenSet =
false;
417 bool m_earnedPointsHasBeenSet =
false;
418 bool m_maxBasePointHasBeenSet =
false;
419 bool m_performanceCategoryHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue