7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/AiAgentInput.h>
10#include <aws/connect/model/ChatMessage.h>
11#include <aws/connect/model/ParticipantDetails.h>
12#include <aws/connect/model/PersistentChat.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>
45 template <
typename InstanceIdT = Aws::String>
47 m_instanceIdHasBeenSet =
true;
48 m_instanceId = std::forward<InstanceIdT>(value);
50 template <
typename InstanceIdT = Aws::String>
63 template <
typename AiAgentT = AiAgentInput>
65 m_aiAgentHasBeenSet =
true;
66 m_aiAgent = std::forward<AiAgentT>(value);
68 template <
typename AiAgentT = AiAgentInput>
81 template <
typename ParticipantDetailsT = ParticipantDetails>
83 m_participantDetailsHasBeenSet =
true;
84 m_participantDetails = std::forward<ParticipantDetailsT>(value);
86 template <
typename ParticipantDetailsT = ParticipantDetails>
99 template <
typename InitialMessageT = ChatMessage>
101 m_initialMessageHasBeenSet =
true;
102 m_initialMessage = std::forward<InitialMessageT>(value);
104 template <
typename InitialMessageT = ChatMessage>
121 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
123 m_attributesHasBeenSet =
true;
124 m_attributes = std::forward<AttributesT>(value);
126 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
131 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
133 m_attributesHasBeenSet =
true;
134 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
149 template <
typename ClientTokenT = Aws::String>
151 m_clientTokenHasBeenSet =
true;
152 m_clientToken = std::forward<ClientTokenT>(value);
154 template <
typename ClientTokenT = Aws::String>
170 template <
typename PersistentChatT = PersistentChat>
172 m_persistentChatHasBeenSet =
true;
173 m_persistentChat = std::forward<PersistentChatT>(value);
175 template <
typename PersistentChatT = PersistentChat>
190 template <
typename RelatedContactIdT = Aws::String>
192 m_relatedContactIdHasBeenSet =
true;
193 m_relatedContactId = std::forward<RelatedContactIdT>(value);
195 template <
typename RelatedContactIdT = Aws::String>
214 PersistentChat m_persistentChat;
217 bool m_instanceIdHasBeenSet =
false;
218 bool m_aiAgentHasBeenSet =
false;
219 bool m_participantDetailsHasBeenSet =
false;
220 bool m_initialMessageHasBeenSet =
false;
221 bool m_attributesHasBeenSet =
false;
222 bool m_clientTokenHasBeenSet =
true;
223 bool m_persistentChatHasBeenSet =
false;
224 bool m_relatedContactIdHasBeenSet =
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