7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/connect/model/ParticipantDetails.h>
12#include <aws/connect/model/ChatMessage.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/connect/model/PersistentChat.h>
15#include <aws/connect/model/SegmentAttributeValue.h>
17#include <aws/core/utils/UUID.h>
50 template<
typename InstanceIdT = Aws::String>
51 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
52 template<
typename InstanceIdT = Aws::String>
68 template<
typename ContactFlowIdT = Aws::String>
69 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
70 template<
typename ContactFlowIdT = Aws::String>
84 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
85 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
86 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
90 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
100 template<
typename ParticipantDetailsT = ParticipantDetails>
101 void SetParticipantDetails(ParticipantDetailsT&& value) { m_participantDetailsHasBeenSet =
true; m_participantDetails = std::forward<ParticipantDetailsT>(value); }
102 template<
typename ParticipantDetailsT = ParticipantDetails>
113 template<
typename InitialMessageT = ChatMessage>
114 void SetInitialMessage(InitialMessageT&& value) { m_initialMessageHasBeenSet =
true; m_initialMessage = std::forward<InitialMessageT>(value); }
115 template<
typename InitialMessageT = ChatMessage>
129 template<
typename ClientTokenT = Aws::String>
130 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
131 template<
typename ClientTokenT = Aws::String>
168 template<
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
169 void SetSupportedMessagingContentTypes(SupportedMessagingContentTypesT&& value) { m_supportedMessagingContentTypesHasBeenSet =
true; m_supportedMessagingContentTypes = std::forward<SupportedMessagingContentTypesT>(value); }
170 template<
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
172 template<
typename SupportedMessagingContentTypesT = Aws::String>
185 template<
typename PersistentChatT = PersistentChat>
186 void SetPersistentChat(PersistentChatT&& value) { m_persistentChatHasBeenSet =
true; m_persistentChat = std::forward<PersistentChatT>(value); }
187 template<
typename PersistentChatT = PersistentChat>
199 template<
typename RelatedContactIdT = Aws::String>
200 void SetRelatedContactId(RelatedContactIdT&& value) { m_relatedContactIdHasBeenSet =
true; m_relatedContactId = std::forward<RelatedContactIdT>(value); }
201 template<
typename RelatedContactIdT = Aws::String>
220 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
221 void SetSegmentAttributes(SegmentAttributesT&& value) { m_segmentAttributesHasBeenSet =
true; m_segmentAttributes = std::forward<SegmentAttributesT>(value); }
222 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
224 template<
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
226 m_segmentAttributesHasBeenSet =
true; m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
return *
this;
237 template<
typename CustomerIdT = Aws::String>
238 void SetCustomerId(CustomerIdT&& value) { m_customerIdHasBeenSet =
true; m_customerId = std::forward<CustomerIdT>(value); }
239 template<
typename CustomerIdT = Aws::String>
245 bool m_instanceIdHasBeenSet =
false;
248 bool m_contactFlowIdHasBeenSet =
false;
251 bool m_attributesHasBeenSet =
false;
254 bool m_participantDetailsHasBeenSet =
false;
257 bool m_initialMessageHasBeenSet =
false;
260 bool m_clientTokenHasBeenSet =
false;
262 int m_chatDurationInMinutes{0};
263 bool m_chatDurationInMinutesHasBeenSet =
false;
266 bool m_supportedMessagingContentTypesHasBeenSet =
false;
268 PersistentChat m_persistentChat;
269 bool m_persistentChatHasBeenSet =
false;
272 bool m_relatedContactIdHasBeenSet =
false;
275 bool m_segmentAttributesHasBeenSet =
false;
278 bool m_customerIdHasBeenSet =
false;
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