AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ChatbotServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/chatbot/ChatbotErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/chatbot/ChatbotEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ChatbotClient header */
21#include <aws/chatbot/model/CreateChimeWebhookConfigurationResult.h>
22#include <aws/chatbot/model/CreateMicrosoftTeamsChannelConfigurationResult.h>
23#include <aws/chatbot/model/CreateSlackChannelConfigurationResult.h>
24#include <aws/chatbot/model/DeleteChimeWebhookConfigurationResult.h>
25#include <aws/chatbot/model/DeleteMicrosoftTeamsChannelConfigurationResult.h>
26#include <aws/chatbot/model/DeleteMicrosoftTeamsConfiguredTeamResult.h>
27#include <aws/chatbot/model/DeleteMicrosoftTeamsUserIdentityResult.h>
28#include <aws/chatbot/model/DeleteSlackChannelConfigurationResult.h>
29#include <aws/chatbot/model/DeleteSlackUserIdentityResult.h>
30#include <aws/chatbot/model/DeleteSlackWorkspaceAuthorizationResult.h>
31#include <aws/chatbot/model/DescribeChimeWebhookConfigurationsResult.h>
32#include <aws/chatbot/model/DescribeSlackChannelConfigurationsResult.h>
33#include <aws/chatbot/model/DescribeSlackUserIdentitiesResult.h>
34#include <aws/chatbot/model/DescribeSlackWorkspacesResult.h>
35#include <aws/chatbot/model/GetAccountPreferencesResult.h>
36#include <aws/chatbot/model/GetMicrosoftTeamsChannelConfigurationResult.h>
37#include <aws/chatbot/model/ListMicrosoftTeamsChannelConfigurationsResult.h>
38#include <aws/chatbot/model/ListMicrosoftTeamsConfiguredTeamsResult.h>
39#include <aws/chatbot/model/ListMicrosoftTeamsUserIdentitiesResult.h>
40#include <aws/chatbot/model/ListTagsForResourceResult.h>
41#include <aws/chatbot/model/TagResourceResult.h>
42#include <aws/chatbot/model/UntagResourceResult.h>
43#include <aws/chatbot/model/UpdateAccountPreferencesResult.h>
44#include <aws/chatbot/model/UpdateChimeWebhookConfigurationResult.h>
45#include <aws/chatbot/model/UpdateMicrosoftTeamsChannelConfigurationResult.h>
46#include <aws/chatbot/model/UpdateSlackChannelConfigurationResult.h>
47#include <aws/chatbot/model/DescribeSlackUserIdentitiesRequest.h>
48#include <aws/chatbot/model/ListMicrosoftTeamsChannelConfigurationsRequest.h>
49#include <aws/chatbot/model/ListMicrosoftTeamsConfiguredTeamsRequest.h>
50#include <aws/chatbot/model/DescribeSlackChannelConfigurationsRequest.h>
51#include <aws/chatbot/model/ListMicrosoftTeamsUserIdentitiesRequest.h>
52#include <aws/chatbot/model/DescribeSlackWorkspacesRequest.h>
53#include <aws/chatbot/model/DescribeChimeWebhookConfigurationsRequest.h>
54#include <aws/chatbot/model/GetAccountPreferencesRequest.h>
55#include <aws/chatbot/model/UpdateAccountPreferencesRequest.h>
56/* End of service model headers required in ChatbotClient header */
57
58namespace Aws
59{
60 namespace Http
61 {
62 class HttpClient;
63 class HttpClientFactory;
64 } // namespace Http
65
66 namespace Utils
67 {
68 template< typename R, typename E> class Outcome;
69
70 namespace Threading
71 {
72 class Executor;
73 } // namespace Threading
74 } // namespace Utils
75
76 namespace Auth
77 {
78 class AWSCredentials;
79 class AWSCredentialsProvider;
80 } // namespace Auth
81
82 namespace Client
83 {
84 class RetryStrategy;
85 } // namespace Client
86
87 namespace chatbot
88 {
92
93 namespace Model
94 {
95 /* Service model forward declarations required in ChatbotClient header */
116 class TagResourceRequest;
122 /* End of service model forward declarations required in ChatbotClient header */
123
124 /* Service model Outcome class definitions */
151 /* End of service model Outcome class definitions */
152
153 /* Service model Outcome callable definitions */
154 typedef std::future<CreateChimeWebhookConfigurationOutcome> CreateChimeWebhookConfigurationOutcomeCallable;
155 typedef std::future<CreateMicrosoftTeamsChannelConfigurationOutcome> CreateMicrosoftTeamsChannelConfigurationOutcomeCallable;
156 typedef std::future<CreateSlackChannelConfigurationOutcome> CreateSlackChannelConfigurationOutcomeCallable;
157 typedef std::future<DeleteChimeWebhookConfigurationOutcome> DeleteChimeWebhookConfigurationOutcomeCallable;
158 typedef std::future<DeleteMicrosoftTeamsChannelConfigurationOutcome> DeleteMicrosoftTeamsChannelConfigurationOutcomeCallable;
159 typedef std::future<DeleteMicrosoftTeamsConfiguredTeamOutcome> DeleteMicrosoftTeamsConfiguredTeamOutcomeCallable;
160 typedef std::future<DeleteMicrosoftTeamsUserIdentityOutcome> DeleteMicrosoftTeamsUserIdentityOutcomeCallable;
161 typedef std::future<DeleteSlackChannelConfigurationOutcome> DeleteSlackChannelConfigurationOutcomeCallable;
162 typedef std::future<DeleteSlackUserIdentityOutcome> DeleteSlackUserIdentityOutcomeCallable;
163 typedef std::future<DeleteSlackWorkspaceAuthorizationOutcome> DeleteSlackWorkspaceAuthorizationOutcomeCallable;
164 typedef std::future<DescribeChimeWebhookConfigurationsOutcome> DescribeChimeWebhookConfigurationsOutcomeCallable;
165 typedef std::future<DescribeSlackChannelConfigurationsOutcome> DescribeSlackChannelConfigurationsOutcomeCallable;
166 typedef std::future<DescribeSlackUserIdentitiesOutcome> DescribeSlackUserIdentitiesOutcomeCallable;
167 typedef std::future<DescribeSlackWorkspacesOutcome> DescribeSlackWorkspacesOutcomeCallable;
168 typedef std::future<GetAccountPreferencesOutcome> GetAccountPreferencesOutcomeCallable;
169 typedef std::future<GetMicrosoftTeamsChannelConfigurationOutcome> GetMicrosoftTeamsChannelConfigurationOutcomeCallable;
170 typedef std::future<ListMicrosoftTeamsChannelConfigurationsOutcome> ListMicrosoftTeamsChannelConfigurationsOutcomeCallable;
171 typedef std::future<ListMicrosoftTeamsConfiguredTeamsOutcome> ListMicrosoftTeamsConfiguredTeamsOutcomeCallable;
172 typedef std::future<ListMicrosoftTeamsUserIdentitiesOutcome> ListMicrosoftTeamsUserIdentitiesOutcomeCallable;
173 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
174 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
175 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
176 typedef std::future<UpdateAccountPreferencesOutcome> UpdateAccountPreferencesOutcomeCallable;
177 typedef std::future<UpdateChimeWebhookConfigurationOutcome> UpdateChimeWebhookConfigurationOutcomeCallable;
178 typedef std::future<UpdateMicrosoftTeamsChannelConfigurationOutcome> UpdateMicrosoftTeamsChannelConfigurationOutcomeCallable;
179 typedef std::future<UpdateSlackChannelConfigurationOutcome> UpdateSlackChannelConfigurationOutcomeCallable;
180 /* End of service model Outcome callable definitions */
181 } // namespace Model
182
183 class ChatbotClient;
184
185 /* Service model async handlers definitions */
186 typedef std::function<void(const ChatbotClient*, const Model::CreateChimeWebhookConfigurationRequest&, const Model::CreateChimeWebhookConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateChimeWebhookConfigurationResponseReceivedHandler;
188 typedef std::function<void(const ChatbotClient*, const Model::CreateSlackChannelConfigurationRequest&, const Model::CreateSlackChannelConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateSlackChannelConfigurationResponseReceivedHandler;
189 typedef std::function<void(const ChatbotClient*, const Model::DeleteChimeWebhookConfigurationRequest&, const Model::DeleteChimeWebhookConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteChimeWebhookConfigurationResponseReceivedHandler;
191 typedef std::function<void(const ChatbotClient*, const Model::DeleteMicrosoftTeamsConfiguredTeamRequest&, const Model::DeleteMicrosoftTeamsConfiguredTeamOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMicrosoftTeamsConfiguredTeamResponseReceivedHandler;
192 typedef std::function<void(const ChatbotClient*, const Model::DeleteMicrosoftTeamsUserIdentityRequest&, const Model::DeleteMicrosoftTeamsUserIdentityOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMicrosoftTeamsUserIdentityResponseReceivedHandler;
193 typedef std::function<void(const ChatbotClient*, const Model::DeleteSlackChannelConfigurationRequest&, const Model::DeleteSlackChannelConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSlackChannelConfigurationResponseReceivedHandler;
194 typedef std::function<void(const ChatbotClient*, const Model::DeleteSlackUserIdentityRequest&, const Model::DeleteSlackUserIdentityOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSlackUserIdentityResponseReceivedHandler;
195 typedef std::function<void(const ChatbotClient*, const Model::DeleteSlackWorkspaceAuthorizationRequest&, const Model::DeleteSlackWorkspaceAuthorizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSlackWorkspaceAuthorizationResponseReceivedHandler;
196 typedef std::function<void(const ChatbotClient*, const Model::DescribeChimeWebhookConfigurationsRequest&, const Model::DescribeChimeWebhookConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeChimeWebhookConfigurationsResponseReceivedHandler;
197 typedef std::function<void(const ChatbotClient*, const Model::DescribeSlackChannelConfigurationsRequest&, const Model::DescribeSlackChannelConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSlackChannelConfigurationsResponseReceivedHandler;
198 typedef std::function<void(const ChatbotClient*, const Model::DescribeSlackUserIdentitiesRequest&, const Model::DescribeSlackUserIdentitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSlackUserIdentitiesResponseReceivedHandler;
199 typedef std::function<void(const ChatbotClient*, const Model::DescribeSlackWorkspacesRequest&, const Model::DescribeSlackWorkspacesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSlackWorkspacesResponseReceivedHandler;
200 typedef std::function<void(const ChatbotClient*, const Model::GetAccountPreferencesRequest&, const Model::GetAccountPreferencesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountPreferencesResponseReceivedHandler;
201 typedef std::function<void(const ChatbotClient*, const Model::GetMicrosoftTeamsChannelConfigurationRequest&, const Model::GetMicrosoftTeamsChannelConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetMicrosoftTeamsChannelConfigurationResponseReceivedHandler;
203 typedef std::function<void(const ChatbotClient*, const Model::ListMicrosoftTeamsConfiguredTeamsRequest&, const Model::ListMicrosoftTeamsConfiguredTeamsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListMicrosoftTeamsConfiguredTeamsResponseReceivedHandler;
204 typedef std::function<void(const ChatbotClient*, const Model::ListMicrosoftTeamsUserIdentitiesRequest&, const Model::ListMicrosoftTeamsUserIdentitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListMicrosoftTeamsUserIdentitiesResponseReceivedHandler;
205 typedef std::function<void(const ChatbotClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
206 typedef std::function<void(const ChatbotClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
207 typedef std::function<void(const ChatbotClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
208 typedef std::function<void(const ChatbotClient*, const Model::UpdateAccountPreferencesRequest&, const Model::UpdateAccountPreferencesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateAccountPreferencesResponseReceivedHandler;
209 typedef std::function<void(const ChatbotClient*, const Model::UpdateChimeWebhookConfigurationRequest&, const Model::UpdateChimeWebhookConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateChimeWebhookConfigurationResponseReceivedHandler;
211 typedef std::function<void(const ChatbotClient*, const Model::UpdateSlackChannelConfigurationRequest&, const Model::UpdateSlackChannelConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSlackChannelConfigurationResponseReceivedHandler;
212 /* End of service model async handlers definitions */
213 } // namespace chatbot
214} // namespace Aws
EndpointProviderBase< ChatbotClientConfiguration, ChatbotBuiltInParameters, ChatbotClientContextParameters > ChatbotEndpointProviderBase
std::future< DeleteSlackWorkspaceAuthorizationOutcome > DeleteSlackWorkspaceAuthorizationOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DescribeSlackUserIdentitiesOutcome > DescribeSlackUserIdentitiesOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ChatbotError > ListTagsForResourceOutcome
Aws::Utils::Outcome< DeleteSlackChannelConfigurationResult, ChatbotError > DeleteSlackChannelConfigurationOutcome
Aws::Utils::Outcome< DescribeSlackChannelConfigurationsResult, ChatbotError > DescribeSlackChannelConfigurationsOutcome
std::future< UpdateAccountPreferencesOutcome > UpdateAccountPreferencesOutcomeCallable
Aws::Utils::Outcome< ListMicrosoftTeamsUserIdentitiesResult, ChatbotError > ListMicrosoftTeamsUserIdentitiesOutcome
std::future< DescribeSlackChannelConfigurationsOutcome > DescribeSlackChannelConfigurationsOutcomeCallable
std::future< DeleteChimeWebhookConfigurationOutcome > DeleteChimeWebhookConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteMicrosoftTeamsUserIdentityResult, ChatbotError > DeleteMicrosoftTeamsUserIdentityOutcome
std::future< GetMicrosoftTeamsChannelConfigurationOutcome > GetMicrosoftTeamsChannelConfigurationOutcomeCallable
Aws::Utils::Outcome< UpdateMicrosoftTeamsChannelConfigurationResult, ChatbotError > UpdateMicrosoftTeamsChannelConfigurationOutcome
Aws::Utils::Outcome< DeleteSlackWorkspaceAuthorizationResult, ChatbotError > DeleteSlackWorkspaceAuthorizationOutcome
std::future< GetAccountPreferencesOutcome > GetAccountPreferencesOutcomeCallable
Aws::Utils::Outcome< UpdateChimeWebhookConfigurationResult, ChatbotError > UpdateChimeWebhookConfigurationOutcome
Aws::Utils::Outcome< DeleteMicrosoftTeamsConfiguredTeamResult, ChatbotError > DeleteMicrosoftTeamsConfiguredTeamOutcome
Aws::Utils::Outcome< UpdateAccountPreferencesResult, ChatbotError > UpdateAccountPreferencesOutcome
Aws::Utils::Outcome< ListMicrosoftTeamsConfiguredTeamsResult, ChatbotError > ListMicrosoftTeamsConfiguredTeamsOutcome
std::future< DeleteSlackUserIdentityOutcome > DeleteSlackUserIdentityOutcomeCallable
std::future< DeleteMicrosoftTeamsConfiguredTeamOutcome > DeleteMicrosoftTeamsConfiguredTeamOutcomeCallable
std::future< DeleteMicrosoftTeamsUserIdentityOutcome > DeleteMicrosoftTeamsUserIdentityOutcomeCallable
std::future< CreateChimeWebhookConfigurationOutcome > CreateChimeWebhookConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteMicrosoftTeamsChannelConfigurationResult, ChatbotError > DeleteMicrosoftTeamsChannelConfigurationOutcome
Aws::Utils::Outcome< DescribeChimeWebhookConfigurationsResult, ChatbotError > DescribeChimeWebhookConfigurationsOutcome
Aws::Utils::Outcome< GetMicrosoftTeamsChannelConfigurationResult, ChatbotError > GetMicrosoftTeamsChannelConfigurationOutcome
Aws::Utils::Outcome< CreateChimeWebhookConfigurationResult, ChatbotError > CreateChimeWebhookConfigurationOutcome
std::future< DescribeChimeWebhookConfigurationsOutcome > DescribeChimeWebhookConfigurationsOutcomeCallable
Aws::Utils::Outcome< DeleteChimeWebhookConfigurationResult, ChatbotError > DeleteChimeWebhookConfigurationOutcome
std::future< UpdateMicrosoftTeamsChannelConfigurationOutcome > UpdateMicrosoftTeamsChannelConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteSlackUserIdentityResult, ChatbotError > DeleteSlackUserIdentityOutcome
std::future< ListMicrosoftTeamsUserIdentitiesOutcome > ListMicrosoftTeamsUserIdentitiesOutcomeCallable
Aws::Utils::Outcome< UpdateSlackChannelConfigurationResult, ChatbotError > UpdateSlackChannelConfigurationOutcome
std::future< ListMicrosoftTeamsChannelConfigurationsOutcome > ListMicrosoftTeamsChannelConfigurationsOutcomeCallable
std::future< DeleteMicrosoftTeamsChannelConfigurationOutcome > DeleteMicrosoftTeamsChannelConfigurationOutcomeCallable
std::future< CreateSlackChannelConfigurationOutcome > CreateSlackChannelConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateSlackChannelConfigurationResult, ChatbotError > CreateSlackChannelConfigurationOutcome
Aws::Utils::Outcome< TagResourceResult, ChatbotError > TagResourceOutcome
std::future< DeleteSlackChannelConfigurationOutcome > DeleteSlackChannelConfigurationOutcomeCallable
Aws::Utils::Outcome< DescribeSlackWorkspacesResult, ChatbotError > DescribeSlackWorkspacesOutcome
std::future< UpdateChimeWebhookConfigurationOutcome > UpdateChimeWebhookConfigurationOutcomeCallable
std::future< ListMicrosoftTeamsConfiguredTeamsOutcome > ListMicrosoftTeamsConfiguredTeamsOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, ChatbotError > UntagResourceOutcome
Aws::Utils::Outcome< DescribeSlackUserIdentitiesResult, ChatbotError > DescribeSlackUserIdentitiesOutcome
Aws::Utils::Outcome< ListMicrosoftTeamsChannelConfigurationsResult, ChatbotError > ListMicrosoftTeamsChannelConfigurationsOutcome
Aws::Utils::Outcome< CreateMicrosoftTeamsChannelConfigurationResult, ChatbotError > CreateMicrosoftTeamsChannelConfigurationOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UpdateSlackChannelConfigurationOutcome > UpdateSlackChannelConfigurationOutcomeCallable
std::future< CreateMicrosoftTeamsChannelConfigurationOutcome > CreateMicrosoftTeamsChannelConfigurationOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< GetAccountPreferencesResult, ChatbotError > GetAccountPreferencesOutcome
std::future< DescribeSlackWorkspacesOutcome > DescribeSlackWorkspacesOutcomeCallable
std::function< void(const ChatbotClient *, const Model::ListMicrosoftTeamsChannelConfigurationsRequest &, const Model::ListMicrosoftTeamsChannelConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMicrosoftTeamsChannelConfigurationsResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::ListMicrosoftTeamsConfiguredTeamsRequest &, const Model::ListMicrosoftTeamsConfiguredTeamsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMicrosoftTeamsConfiguredTeamsResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteChimeWebhookConfigurationRequest &, const Model::DeleteChimeWebhookConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteChimeWebhookConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DescribeSlackChannelConfigurationsRequest &, const Model::DescribeSlackChannelConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSlackChannelConfigurationsResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::GetMicrosoftTeamsChannelConfigurationRequest &, const Model::GetMicrosoftTeamsChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMicrosoftTeamsChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteMicrosoftTeamsConfiguredTeamRequest &, const Model::DeleteMicrosoftTeamsConfiguredTeamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMicrosoftTeamsConfiguredTeamResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DescribeSlackWorkspacesRequest &, const Model::DescribeSlackWorkspacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSlackWorkspacesResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteSlackUserIdentityRequest &, const Model::DeleteSlackUserIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSlackUserIdentityResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::GetAccountPreferencesRequest &, const Model::GetAccountPreferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountPreferencesResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::CreateChimeWebhookConfigurationRequest &, const Model::CreateChimeWebhookConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateChimeWebhookConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::ListMicrosoftTeamsUserIdentitiesRequest &, const Model::ListMicrosoftTeamsUserIdentitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMicrosoftTeamsUserIdentitiesResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::UpdateAccountPreferencesRequest &, const Model::UpdateAccountPreferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateAccountPreferencesResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteSlackChannelConfigurationRequest &, const Model::DeleteSlackChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSlackChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::CreateSlackChannelConfigurationRequest &, const Model::CreateSlackChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSlackChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::UpdateSlackChannelConfigurationRequest &, const Model::UpdateSlackChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSlackChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DescribeSlackUserIdentitiesRequest &, const Model::DescribeSlackUserIdentitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSlackUserIdentitiesResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DescribeChimeWebhookConfigurationsRequest &, const Model::DescribeChimeWebhookConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeChimeWebhookConfigurationsResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::UpdateMicrosoftTeamsChannelConfigurationRequest &, const Model::UpdateMicrosoftTeamsChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateMicrosoftTeamsChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteMicrosoftTeamsUserIdentityRequest &, const Model::DeleteMicrosoftTeamsUserIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMicrosoftTeamsUserIdentityResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::UpdateChimeWebhookConfigurationRequest &, const Model::UpdateChimeWebhookConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateChimeWebhookConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteMicrosoftTeamsChannelConfigurationRequest &, const Model::DeleteMicrosoftTeamsChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMicrosoftTeamsChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::CreateMicrosoftTeamsChannelConfigurationRequest &, const Model::CreateMicrosoftTeamsChannelConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateMicrosoftTeamsChannelConfigurationResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::DeleteSlackWorkspaceAuthorizationRequest &, const Model::DeleteSlackWorkspaceAuthorizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSlackWorkspaceAuthorizationResponseReceivedHandler