7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8#include <aws/connect-contact-lens/model/IssueDetected.h>
9#include <aws/connect-contact-lens/model/SentimentValue.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ConnectContactLens {
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename ParticipantIdT = Aws::String>
63 m_participantIdHasBeenSet =
true;
64 m_participantId = std::forward<ParticipantIdT>(value);
66 template <
typename ParticipantIdT = Aws::String>
79 template <
typename ParticipantRoleT = Aws::String>
81 m_participantRoleHasBeenSet =
true;
82 m_participantRole = std::forward<ParticipantRoleT>(value);
84 template <
typename ParticipantRoleT = Aws::String>
97 template <
typename ContentT = Aws::String>
99 m_contentHasBeenSet =
true;
100 m_content = std::forward<ContentT>(value);
102 template <
typename ContentT = Aws::String>
116 m_beginOffsetMillisHasBeenSet =
true;
117 m_beginOffsetMillis = value;
132 m_endOffsetMillisHasBeenSet =
true;
133 m_endOffsetMillis = value;
148 m_sentimentHasBeenSet =
true;
163 template <
typename IssuesDetectedT = Aws::Vector<IssueDetected>>
165 m_issuesDetectedHasBeenSet =
true;
166 m_issuesDetected = std::forward<IssuesDetectedT>(value);
168 template <
typename IssuesDetectedT = Aws::Vector<IssueDetected>>
173 template <
typename IssuesDetectedT = IssueDetected>
175 m_issuesDetectedHasBeenSet =
true;
176 m_issuesDetected.emplace_back(std::forward<IssuesDetectedT>(value));
189 int m_beginOffsetMillis{0};
191 int m_endOffsetMillis{0};
196 bool m_idHasBeenSet =
false;
197 bool m_participantIdHasBeenSet =
false;
198 bool m_participantRoleHasBeenSet =
false;
199 bool m_contentHasBeenSet =
false;
200 bool m_beginOffsetMillisHasBeenSet =
false;
201 bool m_endOffsetMillisHasBeenSet =
false;
202 bool m_sentimentHasBeenSet =
false;
203 bool m_issuesDetectedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue