AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RealTimeContactAnalysisSegmentTranscript.h
1
6#pragma once
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>
13#include <utility>
14
15namespace Aws
16{
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22 class JsonView;
23} // namespace Json
24} // namespace Utils
25namespace Connect
26{
27namespace Model
28{
29
36 {
37 public:
41 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetId() const{ return m_id; }
49 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
50 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
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); }
53 inline RealTimeContactAnalysisSegmentTranscript& WithId(const Aws::String& value) { SetId(value); return *this;}
54 inline RealTimeContactAnalysisSegmentTranscript& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
55 inline RealTimeContactAnalysisSegmentTranscript& WithId(const char* value) { SetId(value); return *this;}
57
59
62 inline const Aws::String& GetParticipantId() const{ return m_participantId; }
63 inline bool ParticipantIdHasBeenSet() const { return m_participantIdHasBeenSet; }
64 inline void SetParticipantId(const Aws::String& value) { m_participantIdHasBeenSet = true; m_participantId = value; }
65 inline void SetParticipantId(Aws::String&& value) { m_participantIdHasBeenSet = true; m_participantId = std::move(value); }
66 inline void SetParticipantId(const char* value) { m_participantIdHasBeenSet = true; m_participantId.assign(value); }
69 inline RealTimeContactAnalysisSegmentTranscript& WithParticipantId(const char* value) { SetParticipantId(value); return *this;}
71
73
77 inline const ParticipantRole& GetParticipantRole() const{ return m_participantRole; }
78 inline bool ParticipantRoleHasBeenSet() const { return m_participantRoleHasBeenSet; }
79 inline void SetParticipantRole(const ParticipantRole& value) { m_participantRoleHasBeenSet = true; m_participantRole = value; }
80 inline void SetParticipantRole(ParticipantRole&& value) { m_participantRoleHasBeenSet = true; m_participantRole = std::move(value); }
84
86
89 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
90 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
91 inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; }
92 inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); }
93 inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); }
95 inline RealTimeContactAnalysisSegmentTranscript& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
96 inline RealTimeContactAnalysisSegmentTranscript& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
98
100
103 inline const Aws::String& GetContent() const{ return m_content; }
104 inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; }
105 inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; }
106 inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(value); }
107 inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); }
108 inline RealTimeContactAnalysisSegmentTranscript& WithContent(const Aws::String& value) { SetContent(value); return *this;}
109 inline RealTimeContactAnalysisSegmentTranscript& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;}
110 inline RealTimeContactAnalysisSegmentTranscript& WithContent(const char* value) { SetContent(value); return *this;}
112
114
117 inline const Aws::String& GetContentType() const{ return m_contentType; }
118 inline bool ContentTypeHasBeenSet() const { return m_contentTypeHasBeenSet; }
119 inline void SetContentType(const Aws::String& value) { m_contentTypeHasBeenSet = true; m_contentType = value; }
120 inline void SetContentType(Aws::String&& value) { m_contentTypeHasBeenSet = true; m_contentType = std::move(value); }
121 inline void SetContentType(const char* value) { m_contentTypeHasBeenSet = true; m_contentType.assign(value); }
123 inline RealTimeContactAnalysisSegmentTranscript& WithContentType(Aws::String&& value) { SetContentType(std::move(value)); return *this;}
124 inline RealTimeContactAnalysisSegmentTranscript& WithContentType(const char* value) { SetContentType(value); return *this;}
126
128
132 inline const RealTimeContactAnalysisTimeData& GetTime() const{ return m_time; }
133 inline bool TimeHasBeenSet() const { return m_timeHasBeenSet; }
134 inline void SetTime(const RealTimeContactAnalysisTimeData& value) { m_timeHasBeenSet = true; m_time = value; }
135 inline void SetTime(RealTimeContactAnalysisTimeData&& value) { m_timeHasBeenSet = true; m_time = std::move(value); }
139
141
145 inline const RealTimeContactAnalysisTranscriptItemRedaction& GetRedaction() const{ return m_redaction; }
146 inline bool RedactionHasBeenSet() const { return m_redactionHasBeenSet; }
147 inline void SetRedaction(const RealTimeContactAnalysisTranscriptItemRedaction& value) { m_redactionHasBeenSet = true; m_redaction = value; }
148 inline void SetRedaction(RealTimeContactAnalysisTranscriptItemRedaction&& value) { m_redactionHasBeenSet = true; m_redaction = std::move(value); }
152
154
157 inline const RealTimeContactAnalysisSentimentLabel& GetSentiment() const{ return m_sentiment; }
158 inline bool SentimentHasBeenSet() const { return m_sentimentHasBeenSet; }
159 inline void SetSentiment(const RealTimeContactAnalysisSentimentLabel& value) { m_sentimentHasBeenSet = true; m_sentiment = value; }
160 inline void SetSentiment(RealTimeContactAnalysisSentimentLabel&& value) { m_sentimentHasBeenSet = true; m_sentiment = std::move(value); }
164 private:
165
166 Aws::String m_id;
167 bool m_idHasBeenSet = false;
168
169 Aws::String m_participantId;
170 bool m_participantIdHasBeenSet = false;
171
172 ParticipantRole m_participantRole;
173 bool m_participantRoleHasBeenSet = false;
174
175 Aws::String m_displayName;
176 bool m_displayNameHasBeenSet = false;
177
178 Aws::String m_content;
179 bool m_contentHasBeenSet = false;
180
181 Aws::String m_contentType;
182 bool m_contentTypeHasBeenSet = false;
183
185 bool m_timeHasBeenSet = false;
186
188 bool m_redactionHasBeenSet = false;
189
191 bool m_sentimentHasBeenSet = false;
192 };
193
194} // namespace Model
195} // namespace Connect
196} // namespace Aws
RealTimeContactAnalysisSegmentTranscript & WithDisplayName(const Aws::String &value)
RealTimeContactAnalysisSegmentTranscript & WithContent(Aws::String &&value)
RealTimeContactAnalysisSegmentTranscript & WithDisplayName(Aws::String &&value)
RealTimeContactAnalysisSegmentTranscript & WithContentType(const char *value)
RealTimeContactAnalysisSegmentTranscript & WithTime(const RealTimeContactAnalysisTimeData &value)
void SetRedaction(RealTimeContactAnalysisTranscriptItemRedaction &&value)
RealTimeContactAnalysisSegmentTranscript & WithTime(RealTimeContactAnalysisTimeData &&value)
RealTimeContactAnalysisSegmentTranscript & WithRedaction(RealTimeContactAnalysisTranscriptItemRedaction &&value)
RealTimeContactAnalysisSegmentTranscript & WithContentType(Aws::String &&value)
RealTimeContactAnalysisSegmentTranscript & WithParticipantRole(ParticipantRole &&value)
RealTimeContactAnalysisSegmentTranscript & WithDisplayName(const char *value)
RealTimeContactAnalysisSegmentTranscript & WithParticipantRole(const ParticipantRole &value)
AWS_CONNECT_API RealTimeContactAnalysisSegmentTranscript & operator=(Aws::Utils::Json::JsonView jsonValue)
RealTimeContactAnalysisSegmentTranscript & WithSentiment(RealTimeContactAnalysisSentimentLabel &&value)
RealTimeContactAnalysisSegmentTranscript & WithParticipantId(const Aws::String &value)
RealTimeContactAnalysisSegmentTranscript & WithContent(const Aws::String &value)
RealTimeContactAnalysisSegmentTranscript & WithContentType(const Aws::String &value)
const RealTimeContactAnalysisTranscriptItemRedaction & GetRedaction() const
AWS_CONNECT_API RealTimeContactAnalysisSegmentTranscript(Aws::Utils::Json::JsonView jsonValue)
RealTimeContactAnalysisSegmentTranscript & WithId(const char *value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRedaction(const RealTimeContactAnalysisTranscriptItemRedaction &value)
RealTimeContactAnalysisSegmentTranscript & WithId(const Aws::String &value)
RealTimeContactAnalysisSegmentTranscript & WithContent(const char *value)
RealTimeContactAnalysisSegmentTranscript & WithId(Aws::String &&value)
RealTimeContactAnalysisSegmentTranscript & WithParticipantId(const char *value)
RealTimeContactAnalysisSegmentTranscript & WithSentiment(const RealTimeContactAnalysisSentimentLabel &value)
RealTimeContactAnalysisSegmentTranscript & WithRedaction(const RealTimeContactAnalysisTranscriptItemRedaction &value)
RealTimeContactAnalysisSegmentTranscript & WithParticipantId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue