7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/connect/model/Endpoint.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/connect/model/ParticipantDetails.h>
13#include <aws/connect/model/ChatMessage.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/connect/model/SegmentAttributeValue.h>
17#include <aws/core/utils/UUID.h>
46 template<
typename SourceEndpo
intT = Endpo
int>
47 void SetSourceEndpoint(SourceEndpointT&& value) { m_sourceEndpointHasBeenSet =
true; m_sourceEndpoint = std::forward<SourceEndpointT>(value); }
48 template<
typename SourceEndpo
intT = Endpo
int>
56 template<
typename DestinationEndpo
intT = Endpo
int>
57 void SetDestinationEndpoint(DestinationEndpointT&& value) { m_destinationEndpointHasBeenSet =
true; m_destinationEndpoint = std::forward<DestinationEndpointT>(value); }
58 template<
typename DestinationEndpo
intT = Endpo
int>
69 template<
typename InstanceIdT = Aws::String>
70 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
71 template<
typename InstanceIdT = Aws::String>
86 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
87 void SetSegmentAttributes(SegmentAttributesT&& value) { m_segmentAttributesHasBeenSet =
true; m_segmentAttributes = std::forward<SegmentAttributesT>(value); }
88 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
90 template<
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
92 m_segmentAttributesHasBeenSet =
true; m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
return *
this;
104 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
105 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
106 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
108 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
110 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
126 template<
typename ContactFlowIdT = Aws::String>
127 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
128 template<
typename ContactFlowIdT = Aws::String>
148 template<
typename ParticipantDetailsT = ParticipantDetails>
149 void SetParticipantDetails(ParticipantDetailsT&& value) { m_participantDetailsHasBeenSet =
true; m_participantDetails = std::forward<ParticipantDetailsT>(value); }
150 template<
typename ParticipantDetailsT = ParticipantDetails>
158 template<
typename InitialSystemMessageT = ChatMessage>
159 void SetInitialSystemMessage(InitialSystemMessageT&& value) { m_initialSystemMessageHasBeenSet =
true; m_initialSystemMessage = std::forward<InitialSystemMessageT>(value); }
160 template<
typename InitialSystemMessageT = ChatMessage>
171 template<
typename RelatedContactIdT = Aws::String>
172 void SetRelatedContactId(RelatedContactIdT&& value) { m_relatedContactIdHasBeenSet =
true; m_relatedContactId = std::forward<RelatedContactIdT>(value); }
173 template<
typename RelatedContactIdT = Aws::String>
195 template<
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
196 void SetSupportedMessagingContentTypes(SupportedMessagingContentTypesT&& value) { m_supportedMessagingContentTypesHasBeenSet =
true; m_supportedMessagingContentTypes = std::forward<SupportedMessagingContentTypesT>(value); }
197 template<
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
199 template<
typename SupportedMessagingContentTypesT = Aws::String>
214 template<
typename ClientTokenT = Aws::String>
215 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
216 template<
typename ClientTokenT = Aws::String>
222 bool m_sourceEndpointHasBeenSet =
false;
225 bool m_destinationEndpointHasBeenSet =
false;
228 bool m_instanceIdHasBeenSet =
false;
231 bool m_segmentAttributesHasBeenSet =
false;
234 bool m_attributesHasBeenSet =
false;
237 bool m_contactFlowIdHasBeenSet =
false;
239 int m_chatDurationInMinutes{0};
240 bool m_chatDurationInMinutesHasBeenSet =
false;
242 ParticipantDetails m_participantDetails;
243 bool m_participantDetailsHasBeenSet =
false;
245 ChatMessage m_initialSystemMessage;
246 bool m_initialSystemMessageHasBeenSet =
false;
249 bool m_relatedContactIdHasBeenSet =
false;
252 bool m_supportedMessagingContentTypesHasBeenSet =
false;
255 bool m_clientTokenHasBeenSet =
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