7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/ChatMessage.h>
10#include <aws/connect/model/ParticipantDetails.h>
11#include <aws/connect/model/PersistentChat.h>
12#include <aws/connect/model/SegmentAttributeValue.h>
13#include <aws/core/utils/UUID.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename InstanceIdT = Aws::String>
48 m_instanceIdHasBeenSet =
true;
49 m_instanceId = std::forward<InstanceIdT>(value);
51 template <
typename InstanceIdT = Aws::String>
70 template <
typename ContactFlowIdT = Aws::String>
72 m_contactFlowIdHasBeenSet =
true;
73 m_contactFlowId = std::forward<ContactFlowIdT>(value);
75 template <
typename ContactFlowIdT = Aws::String>
92 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
94 m_attributesHasBeenSet =
true;
95 m_attributes = std::forward<AttributesT>(value);
97 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
102 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
104 m_attributesHasBeenSet =
true;
105 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
116 template <
typename ParticipantDetailsT = ParticipantDetails>
118 m_participantDetailsHasBeenSet =
true;
119 m_participantDetails = std::forward<ParticipantDetailsT>(value);
121 template <
typename ParticipantDetailsT = ParticipantDetails>
134 template <
typename InitialMessageT = ChatMessage>
136 m_initialMessageHasBeenSet =
true;
137 m_initialMessage = std::forward<InitialMessageT>(value);
139 template <
typename InitialMessageT = ChatMessage>
156 template <
typename ClientTokenT = Aws::String>
158 m_clientTokenHasBeenSet =
true;
159 m_clientToken = std::forward<ClientTokenT>(value);
161 template <
typename ClientTokenT = Aws::String>
177 m_chatDurationInMinutesHasBeenSet =
true;
178 m_chatDurationInMinutes = value;
207 template <
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
209 m_supportedMessagingContentTypesHasBeenSet =
true;
210 m_supportedMessagingContentTypes = std::forward<SupportedMessagingContentTypesT>(value);
212 template <
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
217 template <
typename SupportedMessagingContentTypesT = Aws::String>
219 m_supportedMessagingContentTypesHasBeenSet =
true;
220 m_supportedMessagingContentTypes.emplace_back(std::forward<SupportedMessagingContentTypesT>(value));
234 template <
typename PersistentChatT = PersistentChat>
236 m_persistentChatHasBeenSet =
true;
237 m_persistentChat = std::forward<PersistentChatT>(value);
239 template <
typename PersistentChatT = PersistentChat>
254 template <
typename RelatedContactIdT = Aws::String>
256 m_relatedContactIdHasBeenSet =
true;
257 m_relatedContactId = std::forward<RelatedContactIdT>(value);
259 template <
typename RelatedContactIdT = Aws::String>
281 template <
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
283 m_segmentAttributesHasBeenSet =
true;
284 m_segmentAttributes = std::forward<SegmentAttributesT>(value);
286 template <
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
291 template <
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
293 m_segmentAttributesHasBeenSet =
true;
294 m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
306 template <
typename CustomerIdT = Aws::String>
308 m_customerIdHasBeenSet =
true;
309 m_customerId = std::forward<CustomerIdT>(value);
311 template <
typename CustomerIdT = Aws::String>
319 bool m_instanceIdHasBeenSet =
false;
322 bool m_contactFlowIdHasBeenSet =
false;
325 bool m_attributesHasBeenSet =
false;
328 bool m_participantDetailsHasBeenSet =
false;
331 bool m_initialMessageHasBeenSet =
false;
334 bool m_clientTokenHasBeenSet =
true;
336 int m_chatDurationInMinutes{0};
337 bool m_chatDurationInMinutesHasBeenSet =
false;
340 bool m_supportedMessagingContentTypesHasBeenSet =
false;
342 PersistentChat m_persistentChat;
343 bool m_persistentChatHasBeenSet =
false;
346 bool m_relatedContactIdHasBeenSet =
false;
349 bool m_segmentAttributesHasBeenSet =
false;
352 bool m_customerIdHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector