AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ChatbotClient.h
1
6#pragma once
7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/chatbot/ChatbotServiceClientModel.h>
13
14namespace Aws
15{
16namespace chatbot
17{
31 class AWS_CHATBOT_API ChatbotClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<ChatbotClient>
32 {
33 public:
35 static const char* GetServiceName();
36 static const char* GetAllocationTag();
37
40
46 std::shared_ptr<ChatbotEndpointProviderBase> endpointProvider = nullptr);
47
53 std::shared_ptr<ChatbotEndpointProviderBase> endpointProvider = nullptr,
55
60 ChatbotClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
61 std::shared_ptr<ChatbotEndpointProviderBase> endpointProvider = nullptr,
63
64
65 /* Legacy constructors due deprecation */
71
77 const Aws::Client::ClientConfiguration& clientConfiguration);
78
83 ChatbotClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
84 const Aws::Client::ClientConfiguration& clientConfiguration);
85
86 /* End of legacy constructors due deprecation */
87 virtual ~ChatbotClient();
88
96
100 template<typename AssociateToConfigurationRequestT = Model::AssociateToConfigurationRequest>
101 Model::AssociateToConfigurationOutcomeCallable AssociateToConfigurationCallable(const AssociateToConfigurationRequestT& request) const
102 {
103 return SubmitCallable(&ChatbotClient::AssociateToConfiguration, request);
104 }
105
109 template<typename AssociateToConfigurationRequestT = Model::AssociateToConfigurationRequest>
110 void AssociateToConfigurationAsync(const AssociateToConfigurationRequestT& request, const AssociateToConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
111 {
112 return SubmitAsync(&ChatbotClient::AssociateToConfiguration, request, handler, context);
113 }
114
122
126 template<typename CreateChimeWebhookConfigurationRequestT = Model::CreateChimeWebhookConfigurationRequest>
127 Model::CreateChimeWebhookConfigurationOutcomeCallable CreateChimeWebhookConfigurationCallable(const CreateChimeWebhookConfigurationRequestT& request) const
128 {
129 return SubmitCallable(&ChatbotClient::CreateChimeWebhookConfiguration, request);
130 }
131
135 template<typename CreateChimeWebhookConfigurationRequestT = Model::CreateChimeWebhookConfigurationRequest>
136 void CreateChimeWebhookConfigurationAsync(const CreateChimeWebhookConfigurationRequestT& request, const CreateChimeWebhookConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
137 {
138 return SubmitAsync(&ChatbotClient::CreateChimeWebhookConfiguration, request, handler, context);
139 }
140
148
152 template<typename CreateCustomActionRequestT = Model::CreateCustomActionRequest>
153 Model::CreateCustomActionOutcomeCallable CreateCustomActionCallable(const CreateCustomActionRequestT& request) const
154 {
155 return SubmitCallable(&ChatbotClient::CreateCustomAction, request);
156 }
157
161 template<typename CreateCustomActionRequestT = Model::CreateCustomActionRequest>
162 void CreateCustomActionAsync(const CreateCustomActionRequestT& request, const CreateCustomActionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
163 {
164 return SubmitAsync(&ChatbotClient::CreateCustomAction, request, handler, context);
165 }
166
174
178 template<typename CreateMicrosoftTeamsChannelConfigurationRequestT = Model::CreateMicrosoftTeamsChannelConfigurationRequest>
180 {
181 return SubmitCallable(&ChatbotClient::CreateMicrosoftTeamsChannelConfiguration, request);
182 }
183
187 template<typename CreateMicrosoftTeamsChannelConfigurationRequestT = Model::CreateMicrosoftTeamsChannelConfigurationRequest>
188 void CreateMicrosoftTeamsChannelConfigurationAsync(const CreateMicrosoftTeamsChannelConfigurationRequestT& request, const CreateMicrosoftTeamsChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
189 {
190 return SubmitAsync(&ChatbotClient::CreateMicrosoftTeamsChannelConfiguration, request, handler, context);
191 }
192
199
203 template<typename CreateSlackChannelConfigurationRequestT = Model::CreateSlackChannelConfigurationRequest>
204 Model::CreateSlackChannelConfigurationOutcomeCallable CreateSlackChannelConfigurationCallable(const CreateSlackChannelConfigurationRequestT& request) const
205 {
206 return SubmitCallable(&ChatbotClient::CreateSlackChannelConfiguration, request);
207 }
208
212 template<typename CreateSlackChannelConfigurationRequestT = Model::CreateSlackChannelConfigurationRequest>
213 void CreateSlackChannelConfigurationAsync(const CreateSlackChannelConfigurationRequestT& request, const CreateSlackChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
214 {
215 return SubmitAsync(&ChatbotClient::CreateSlackChannelConfiguration, request, handler, context);
216 }
217
225
229 template<typename DeleteChimeWebhookConfigurationRequestT = Model::DeleteChimeWebhookConfigurationRequest>
230 Model::DeleteChimeWebhookConfigurationOutcomeCallable DeleteChimeWebhookConfigurationCallable(const DeleteChimeWebhookConfigurationRequestT& request) const
231 {
232 return SubmitCallable(&ChatbotClient::DeleteChimeWebhookConfiguration, request);
233 }
234
238 template<typename DeleteChimeWebhookConfigurationRequestT = Model::DeleteChimeWebhookConfigurationRequest>
239 void DeleteChimeWebhookConfigurationAsync(const DeleteChimeWebhookConfigurationRequestT& request, const DeleteChimeWebhookConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
240 {
241 return SubmitAsync(&ChatbotClient::DeleteChimeWebhookConfiguration, request, handler, context);
242 }
243
250
254 template<typename DeleteCustomActionRequestT = Model::DeleteCustomActionRequest>
255 Model::DeleteCustomActionOutcomeCallable DeleteCustomActionCallable(const DeleteCustomActionRequestT& request) const
256 {
257 return SubmitCallable(&ChatbotClient::DeleteCustomAction, request);
258 }
259
263 template<typename DeleteCustomActionRequestT = Model::DeleteCustomActionRequest>
264 void DeleteCustomActionAsync(const DeleteCustomActionRequestT& request, const DeleteCustomActionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
265 {
266 return SubmitAsync(&ChatbotClient::DeleteCustomAction, request, handler, context);
267 }
268
276
280 template<typename DeleteMicrosoftTeamsChannelConfigurationRequestT = Model::DeleteMicrosoftTeamsChannelConfigurationRequest>
282 {
283 return SubmitCallable(&ChatbotClient::DeleteMicrosoftTeamsChannelConfiguration, request);
284 }
285
289 template<typename DeleteMicrosoftTeamsChannelConfigurationRequestT = Model::DeleteMicrosoftTeamsChannelConfigurationRequest>
290 void DeleteMicrosoftTeamsChannelConfigurationAsync(const DeleteMicrosoftTeamsChannelConfigurationRequestT& request, const DeleteMicrosoftTeamsChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
291 {
292 return SubmitAsync(&ChatbotClient::DeleteMicrosoftTeamsChannelConfiguration, request, handler, context);
293 }
294
303
307 template<typename DeleteMicrosoftTeamsConfiguredTeamRequestT = Model::DeleteMicrosoftTeamsConfiguredTeamRequest>
309 {
310 return SubmitCallable(&ChatbotClient::DeleteMicrosoftTeamsConfiguredTeam, request);
311 }
312
316 template<typename DeleteMicrosoftTeamsConfiguredTeamRequestT = Model::DeleteMicrosoftTeamsConfiguredTeamRequest>
317 void DeleteMicrosoftTeamsConfiguredTeamAsync(const DeleteMicrosoftTeamsConfiguredTeamRequestT& request, const DeleteMicrosoftTeamsConfiguredTeamResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
318 {
319 return SubmitAsync(&ChatbotClient::DeleteMicrosoftTeamsConfiguredTeam, request, handler, context);
320 }
321
329
333 template<typename DeleteMicrosoftTeamsUserIdentityRequestT = Model::DeleteMicrosoftTeamsUserIdentityRequest>
335 {
336 return SubmitCallable(&ChatbotClient::DeleteMicrosoftTeamsUserIdentity, request);
337 }
338
342 template<typename DeleteMicrosoftTeamsUserIdentityRequestT = Model::DeleteMicrosoftTeamsUserIdentityRequest>
343 void DeleteMicrosoftTeamsUserIdentityAsync(const DeleteMicrosoftTeamsUserIdentityRequestT& request, const DeleteMicrosoftTeamsUserIdentityResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
344 {
345 return SubmitAsync(&ChatbotClient::DeleteMicrosoftTeamsUserIdentity, request, handler, context);
346 }
347
355
359 template<typename DeleteSlackChannelConfigurationRequestT = Model::DeleteSlackChannelConfigurationRequest>
360 Model::DeleteSlackChannelConfigurationOutcomeCallable DeleteSlackChannelConfigurationCallable(const DeleteSlackChannelConfigurationRequestT& request) const
361 {
362 return SubmitCallable(&ChatbotClient::DeleteSlackChannelConfiguration, request);
363 }
364
368 template<typename DeleteSlackChannelConfigurationRequestT = Model::DeleteSlackChannelConfigurationRequest>
369 void DeleteSlackChannelConfigurationAsync(const DeleteSlackChannelConfigurationRequestT& request, const DeleteSlackChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
370 {
371 return SubmitAsync(&ChatbotClient::DeleteSlackChannelConfiguration, request, handler, context);
372 }
373
381
385 template<typename DeleteSlackUserIdentityRequestT = Model::DeleteSlackUserIdentityRequest>
386 Model::DeleteSlackUserIdentityOutcomeCallable DeleteSlackUserIdentityCallable(const DeleteSlackUserIdentityRequestT& request) const
387 {
388 return SubmitCallable(&ChatbotClient::DeleteSlackUserIdentity, request);
389 }
390
394 template<typename DeleteSlackUserIdentityRequestT = Model::DeleteSlackUserIdentityRequest>
395 void DeleteSlackUserIdentityAsync(const DeleteSlackUserIdentityRequestT& request, const DeleteSlackUserIdentityResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
396 {
397 return SubmitAsync(&ChatbotClient::DeleteSlackUserIdentity, request, handler, context);
398 }
399
408
412 template<typename DeleteSlackWorkspaceAuthorizationRequestT = Model::DeleteSlackWorkspaceAuthorizationRequest>
414 {
415 return SubmitCallable(&ChatbotClient::DeleteSlackWorkspaceAuthorization, request);
416 }
417
421 template<typename DeleteSlackWorkspaceAuthorizationRequestT = Model::DeleteSlackWorkspaceAuthorizationRequest>
422 void DeleteSlackWorkspaceAuthorizationAsync(const DeleteSlackWorkspaceAuthorizationRequestT& request, const DeleteSlackWorkspaceAuthorizationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
423 {
424 return SubmitAsync(&ChatbotClient::DeleteSlackWorkspaceAuthorization, request, handler, context);
425 }
426
434
438 template<typename DescribeChimeWebhookConfigurationsRequestT = Model::DescribeChimeWebhookConfigurationsRequest>
439 Model::DescribeChimeWebhookConfigurationsOutcomeCallable DescribeChimeWebhookConfigurationsCallable(const DescribeChimeWebhookConfigurationsRequestT& request = {}) const
440 {
441 return SubmitCallable(&ChatbotClient::DescribeChimeWebhookConfigurations, request);
442 }
443
447 template<typename DescribeChimeWebhookConfigurationsRequestT = Model::DescribeChimeWebhookConfigurationsRequest>
448 void DescribeChimeWebhookConfigurationsAsync(const DescribeChimeWebhookConfigurationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeChimeWebhookConfigurationsRequestT& request = {}) const
449 {
450 return SubmitAsync(&ChatbotClient::DescribeChimeWebhookConfigurations, request, handler, context);
451 }
452
460
464 template<typename DescribeSlackChannelConfigurationsRequestT = Model::DescribeSlackChannelConfigurationsRequest>
465 Model::DescribeSlackChannelConfigurationsOutcomeCallable DescribeSlackChannelConfigurationsCallable(const DescribeSlackChannelConfigurationsRequestT& request = {}) const
466 {
467 return SubmitCallable(&ChatbotClient::DescribeSlackChannelConfigurations, request);
468 }
469
473 template<typename DescribeSlackChannelConfigurationsRequestT = Model::DescribeSlackChannelConfigurationsRequest>
474 void DescribeSlackChannelConfigurationsAsync(const DescribeSlackChannelConfigurationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeSlackChannelConfigurationsRequestT& request = {}) const
475 {
476 return SubmitAsync(&ChatbotClient::DescribeSlackChannelConfigurations, request, handler, context);
477 }
478
486
490 template<typename DescribeSlackUserIdentitiesRequestT = Model::DescribeSlackUserIdentitiesRequest>
491 Model::DescribeSlackUserIdentitiesOutcomeCallable DescribeSlackUserIdentitiesCallable(const DescribeSlackUserIdentitiesRequestT& request = {}) const
492 {
493 return SubmitCallable(&ChatbotClient::DescribeSlackUserIdentities, request);
494 }
495
499 template<typename DescribeSlackUserIdentitiesRequestT = Model::DescribeSlackUserIdentitiesRequest>
500 void DescribeSlackUserIdentitiesAsync(const DescribeSlackUserIdentitiesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeSlackUserIdentitiesRequestT& request = {}) const
501 {
502 return SubmitAsync(&ChatbotClient::DescribeSlackUserIdentities, request, handler, context);
503 }
504
512
516 template<typename DescribeSlackWorkspacesRequestT = Model::DescribeSlackWorkspacesRequest>
517 Model::DescribeSlackWorkspacesOutcomeCallable DescribeSlackWorkspacesCallable(const DescribeSlackWorkspacesRequestT& request = {}) const
518 {
519 return SubmitCallable(&ChatbotClient::DescribeSlackWorkspaces, request);
520 }
521
525 template<typename DescribeSlackWorkspacesRequestT = Model::DescribeSlackWorkspacesRequest>
526 void DescribeSlackWorkspacesAsync(const DescribeSlackWorkspacesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeSlackWorkspacesRequestT& request = {}) const
527 {
528 return SubmitAsync(&ChatbotClient::DescribeSlackWorkspaces, request, handler, context);
529 }
530
538
542 template<typename DisassociateFromConfigurationRequestT = Model::DisassociateFromConfigurationRequest>
543 Model::DisassociateFromConfigurationOutcomeCallable DisassociateFromConfigurationCallable(const DisassociateFromConfigurationRequestT& request) const
544 {
545 return SubmitCallable(&ChatbotClient::DisassociateFromConfiguration, request);
546 }
547
551 template<typename DisassociateFromConfigurationRequestT = Model::DisassociateFromConfigurationRequest>
552 void DisassociateFromConfigurationAsync(const DisassociateFromConfigurationRequestT& request, const DisassociateFromConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
553 {
554 return SubmitAsync(&ChatbotClient::DisassociateFromConfiguration, request, handler, context);
555 }
556
563
567 template<typename GetAccountPreferencesRequestT = Model::GetAccountPreferencesRequest>
568 Model::GetAccountPreferencesOutcomeCallable GetAccountPreferencesCallable(const GetAccountPreferencesRequestT& request = {}) const
569 {
570 return SubmitCallable(&ChatbotClient::GetAccountPreferences, request);
571 }
572
576 template<typename GetAccountPreferencesRequestT = Model::GetAccountPreferencesRequest>
577 void GetAccountPreferencesAsync(const GetAccountPreferencesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetAccountPreferencesRequestT& request = {}) const
578 {
579 return SubmitAsync(&ChatbotClient::GetAccountPreferences, request, handler, context);
580 }
581
588
592 template<typename GetCustomActionRequestT = Model::GetCustomActionRequest>
593 Model::GetCustomActionOutcomeCallable GetCustomActionCallable(const GetCustomActionRequestT& request) const
594 {
595 return SubmitCallable(&ChatbotClient::GetCustomAction, request);
596 }
597
601 template<typename GetCustomActionRequestT = Model::GetCustomActionRequest>
602 void GetCustomActionAsync(const GetCustomActionRequestT& request, const GetCustomActionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
603 {
604 return SubmitAsync(&ChatbotClient::GetCustomAction, request, handler, context);
605 }
606
614
618 template<typename GetMicrosoftTeamsChannelConfigurationRequestT = Model::GetMicrosoftTeamsChannelConfigurationRequest>
620 {
621 return SubmitCallable(&ChatbotClient::GetMicrosoftTeamsChannelConfiguration, request);
622 }
623
627 template<typename GetMicrosoftTeamsChannelConfigurationRequestT = Model::GetMicrosoftTeamsChannelConfigurationRequest>
628 void GetMicrosoftTeamsChannelConfigurationAsync(const GetMicrosoftTeamsChannelConfigurationRequestT& request, const GetMicrosoftTeamsChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
629 {
630 return SubmitAsync(&ChatbotClient::GetMicrosoftTeamsChannelConfiguration, request, handler, context);
631 }
632
640
644 template<typename ListAssociationsRequestT = Model::ListAssociationsRequest>
645 Model::ListAssociationsOutcomeCallable ListAssociationsCallable(const ListAssociationsRequestT& request) const
646 {
647 return SubmitCallable(&ChatbotClient::ListAssociations, request);
648 }
649
653 template<typename ListAssociationsRequestT = Model::ListAssociationsRequest>
654 void ListAssociationsAsync(const ListAssociationsRequestT& request, const ListAssociationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
655 {
656 return SubmitAsync(&ChatbotClient::ListAssociations, request, handler, context);
657 }
658
665
669 template<typename ListCustomActionsRequestT = Model::ListCustomActionsRequest>
670 Model::ListCustomActionsOutcomeCallable ListCustomActionsCallable(const ListCustomActionsRequestT& request = {}) const
671 {
672 return SubmitCallable(&ChatbotClient::ListCustomActions, request);
673 }
674
678 template<typename ListCustomActionsRequestT = Model::ListCustomActionsRequest>
679 void ListCustomActionsAsync(const ListCustomActionsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListCustomActionsRequestT& request = {}) const
680 {
681 return SubmitAsync(&ChatbotClient::ListCustomActions, request, handler, context);
682 }
683
691
695 template<typename ListMicrosoftTeamsChannelConfigurationsRequestT = Model::ListMicrosoftTeamsChannelConfigurationsRequest>
696 Model::ListMicrosoftTeamsChannelConfigurationsOutcomeCallable ListMicrosoftTeamsChannelConfigurationsCallable(const ListMicrosoftTeamsChannelConfigurationsRequestT& request = {}) const
697 {
698 return SubmitCallable(&ChatbotClient::ListMicrosoftTeamsChannelConfigurations, request);
699 }
700
704 template<typename ListMicrosoftTeamsChannelConfigurationsRequestT = Model::ListMicrosoftTeamsChannelConfigurationsRequest>
705 void ListMicrosoftTeamsChannelConfigurationsAsync(const ListMicrosoftTeamsChannelConfigurationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListMicrosoftTeamsChannelConfigurationsRequestT& request = {}) const
706 {
707 return SubmitAsync(&ChatbotClient::ListMicrosoftTeamsChannelConfigurations, request, handler, context);
708 }
709
717
721 template<typename ListMicrosoftTeamsConfiguredTeamsRequestT = Model::ListMicrosoftTeamsConfiguredTeamsRequest>
722 Model::ListMicrosoftTeamsConfiguredTeamsOutcomeCallable ListMicrosoftTeamsConfiguredTeamsCallable(const ListMicrosoftTeamsConfiguredTeamsRequestT& request = {}) const
723 {
724 return SubmitCallable(&ChatbotClient::ListMicrosoftTeamsConfiguredTeams, request);
725 }
726
730 template<typename ListMicrosoftTeamsConfiguredTeamsRequestT = Model::ListMicrosoftTeamsConfiguredTeamsRequest>
731 void ListMicrosoftTeamsConfiguredTeamsAsync(const ListMicrosoftTeamsConfiguredTeamsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListMicrosoftTeamsConfiguredTeamsRequestT& request = {}) const
732 {
733 return SubmitAsync(&ChatbotClient::ListMicrosoftTeamsConfiguredTeams, request, handler, context);
734 }
735
743
747 template<typename ListMicrosoftTeamsUserIdentitiesRequestT = Model::ListMicrosoftTeamsUserIdentitiesRequest>
748 Model::ListMicrosoftTeamsUserIdentitiesOutcomeCallable ListMicrosoftTeamsUserIdentitiesCallable(const ListMicrosoftTeamsUserIdentitiesRequestT& request = {}) const
749 {
750 return SubmitCallable(&ChatbotClient::ListMicrosoftTeamsUserIdentities, request);
751 }
752
756 template<typename ListMicrosoftTeamsUserIdentitiesRequestT = Model::ListMicrosoftTeamsUserIdentitiesRequest>
757 void ListMicrosoftTeamsUserIdentitiesAsync(const ListMicrosoftTeamsUserIdentitiesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListMicrosoftTeamsUserIdentitiesRequestT& request = {}) const
758 {
759 return SubmitAsync(&ChatbotClient::ListMicrosoftTeamsUserIdentities, request, handler, context);
760 }
761
770
774 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
775 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const
776 {
777 return SubmitCallable(&ChatbotClient::ListTagsForResource, request);
778 }
779
783 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
784 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
785 {
786 return SubmitAsync(&ChatbotClient::ListTagsForResource, request, handler, context);
787 }
788
797
801 template<typename TagResourceRequestT = Model::TagResourceRequest>
802 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const
803 {
804 return SubmitCallable(&ChatbotClient::TagResource, request);
805 }
806
810 template<typename TagResourceRequestT = Model::TagResourceRequest>
811 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
812 {
813 return SubmitAsync(&ChatbotClient::TagResource, request, handler, context);
814 }
815
824
828 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
829 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const
830 {
831 return SubmitCallable(&ChatbotClient::UntagResource, request);
832 }
833
837 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
838 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
839 {
840 return SubmitAsync(&ChatbotClient::UntagResource, request, handler, context);
841 }
842
849
853 template<typename UpdateAccountPreferencesRequestT = Model::UpdateAccountPreferencesRequest>
854 Model::UpdateAccountPreferencesOutcomeCallable UpdateAccountPreferencesCallable(const UpdateAccountPreferencesRequestT& request = {}) const
855 {
856 return SubmitCallable(&ChatbotClient::UpdateAccountPreferences, request);
857 }
858
862 template<typename UpdateAccountPreferencesRequestT = Model::UpdateAccountPreferencesRequest>
863 void UpdateAccountPreferencesAsync(const UpdateAccountPreferencesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const UpdateAccountPreferencesRequestT& request = {}) const
864 {
865 return SubmitAsync(&ChatbotClient::UpdateAccountPreferences, request, handler, context);
866 }
867
874
878 template<typename UpdateChimeWebhookConfigurationRequestT = Model::UpdateChimeWebhookConfigurationRequest>
879 Model::UpdateChimeWebhookConfigurationOutcomeCallable UpdateChimeWebhookConfigurationCallable(const UpdateChimeWebhookConfigurationRequestT& request) const
880 {
881 return SubmitCallable(&ChatbotClient::UpdateChimeWebhookConfiguration, request);
882 }
883
887 template<typename UpdateChimeWebhookConfigurationRequestT = Model::UpdateChimeWebhookConfigurationRequest>
888 void UpdateChimeWebhookConfigurationAsync(const UpdateChimeWebhookConfigurationRequestT& request, const UpdateChimeWebhookConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
889 {
890 return SubmitAsync(&ChatbotClient::UpdateChimeWebhookConfiguration, request, handler, context);
891 }
892
899
903 template<typename UpdateCustomActionRequestT = Model::UpdateCustomActionRequest>
904 Model::UpdateCustomActionOutcomeCallable UpdateCustomActionCallable(const UpdateCustomActionRequestT& request) const
905 {
906 return SubmitCallable(&ChatbotClient::UpdateCustomAction, request);
907 }
908
912 template<typename UpdateCustomActionRequestT = Model::UpdateCustomActionRequest>
913 void UpdateCustomActionAsync(const UpdateCustomActionRequestT& request, const UpdateCustomActionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
914 {
915 return SubmitAsync(&ChatbotClient::UpdateCustomAction, request, handler, context);
916 }
917
925
929 template<typename UpdateMicrosoftTeamsChannelConfigurationRequestT = Model::UpdateMicrosoftTeamsChannelConfigurationRequest>
931 {
932 return SubmitCallable(&ChatbotClient::UpdateMicrosoftTeamsChannelConfiguration, request);
933 }
934
938 template<typename UpdateMicrosoftTeamsChannelConfigurationRequestT = Model::UpdateMicrosoftTeamsChannelConfigurationRequest>
939 void UpdateMicrosoftTeamsChannelConfigurationAsync(const UpdateMicrosoftTeamsChannelConfigurationRequestT& request, const UpdateMicrosoftTeamsChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
940 {
941 return SubmitAsync(&ChatbotClient::UpdateMicrosoftTeamsChannelConfiguration, request, handler, context);
942 }
943
950
954 template<typename UpdateSlackChannelConfigurationRequestT = Model::UpdateSlackChannelConfigurationRequest>
955 Model::UpdateSlackChannelConfigurationOutcomeCallable UpdateSlackChannelConfigurationCallable(const UpdateSlackChannelConfigurationRequestT& request) const
956 {
957 return SubmitCallable(&ChatbotClient::UpdateSlackChannelConfiguration, request);
958 }
959
963 template<typename UpdateSlackChannelConfigurationRequestT = Model::UpdateSlackChannelConfigurationRequest>
964 void UpdateSlackChannelConfigurationAsync(const UpdateSlackChannelConfigurationRequestT& request, const UpdateSlackChannelConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
965 {
966 return SubmitAsync(&ChatbotClient::UpdateSlackChannelConfiguration, request, handler, context);
967 }
968
969
970 void OverrideEndpoint(const Aws::String& endpoint);
971 std::shared_ptr<ChatbotEndpointProviderBase>& accessEndpointProvider();
972 private:
974 void init(const ChatbotClientConfiguration& clientConfiguration);
975
976 ChatbotClientConfiguration m_clientConfiguration;
977 std::shared_ptr<ChatbotEndpointProviderBase> m_endpointProvider;
978 };
979
980} // namespace chatbot
981} // namespace Aws
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMicrosoftTeamsChannelConfigurationOutcomeCallable GetMicrosoftTeamsChannelConfigurationCallable(const GetMicrosoftTeamsChannelConfigurationRequestT &request) const
ChatbotEndpointProvider EndpointProviderType
void ListCustomActionsAsync(const ListCustomActionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListCustomActionsRequestT &request={}) const
virtual Model::AssociateToConfigurationOutcome AssociateToConfiguration(const Model::AssociateToConfigurationRequest &request) const
Model::UpdateCustomActionOutcomeCallable UpdateCustomActionCallable(const UpdateCustomActionRequestT &request) const
static const char * GetAllocationTag()
Aws::Client::AWSJsonClient BASECLASS
Model::DeleteChimeWebhookConfigurationOutcomeCallable DeleteChimeWebhookConfigurationCallable(const DeleteChimeWebhookConfigurationRequestT &request) const
ChatbotClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< ChatbotEndpointProviderBase > endpointProvider=nullptr, const Aws::chatbot::ChatbotClientConfiguration &clientConfiguration=Aws::chatbot::ChatbotClientConfiguration())
virtual Model::DeleteMicrosoftTeamsChannelConfigurationOutcome DeleteMicrosoftTeamsChannelConfiguration(const Model::DeleteMicrosoftTeamsChannelConfigurationRequest &request) const
void AssociateToConfigurationAsync(const AssociateToConfigurationRequestT &request, const AssociateToConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateCustomActionAsync(const UpdateCustomActionRequestT &request, const UpdateCustomActionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ChatbotClientConfiguration ClientConfigurationType
void DeleteMicrosoftTeamsConfiguredTeamAsync(const DeleteMicrosoftTeamsConfiguredTeamRequestT &request, const DeleteMicrosoftTeamsConfiguredTeamResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateCustomActionOutcome UpdateCustomAction(const Model::UpdateCustomActionRequest &request) const
virtual Model::CreateChimeWebhookConfigurationOutcome CreateChimeWebhookConfiguration(const Model::CreateChimeWebhookConfigurationRequest &request) const
Model::UpdateMicrosoftTeamsChannelConfigurationOutcomeCallable UpdateMicrosoftTeamsChannelConfigurationCallable(const UpdateMicrosoftTeamsChannelConfigurationRequestT &request) const
void GetMicrosoftTeamsChannelConfigurationAsync(const GetMicrosoftTeamsChannelConfigurationRequestT &request, const GetMicrosoftTeamsChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteMicrosoftTeamsUserIdentityAsync(const DeleteMicrosoftTeamsUserIdentityRequestT &request, const DeleteMicrosoftTeamsUserIdentityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
Model::CreateChimeWebhookConfigurationOutcomeCallable CreateChimeWebhookConfigurationCallable(const CreateChimeWebhookConfigurationRequestT &request) const
void UpdateAccountPreferencesAsync(const UpdateAccountPreferencesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const UpdateAccountPreferencesRequestT &request={}) const
virtual Model::UpdateSlackChannelConfigurationOutcome UpdateSlackChannelConfiguration(const Model::UpdateSlackChannelConfigurationRequest &request) const
ChatbotClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::UpdateAccountPreferencesOutcomeCallable UpdateAccountPreferencesCallable(const UpdateAccountPreferencesRequestT &request={}) const
void DisassociateFromConfigurationAsync(const DisassociateFromConfigurationRequestT &request, const DisassociateFromConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteSlackChannelConfigurationOutcome DeleteSlackChannelConfiguration(const Model::DeleteSlackChannelConfigurationRequest &request) const
Model::DeleteSlackUserIdentityOutcomeCallable DeleteSlackUserIdentityCallable(const DeleteSlackUserIdentityRequestT &request) const
Model::ListAssociationsOutcomeCallable ListAssociationsCallable(const ListAssociationsRequestT &request) const
Model::DescribeSlackUserIdentitiesOutcomeCallable DescribeSlackUserIdentitiesCallable(const DescribeSlackUserIdentitiesRequestT &request={}) const
virtual Model::UpdateChimeWebhookConfigurationOutcome UpdateChimeWebhookConfiguration(const Model::UpdateChimeWebhookConfigurationRequest &request) const
Model::UpdateSlackChannelConfigurationOutcomeCallable UpdateSlackChannelConfigurationCallable(const UpdateSlackChannelConfigurationRequestT &request) const
void DescribeSlackUserIdentitiesAsync(const DescribeSlackUserIdentitiesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeSlackUserIdentitiesRequestT &request={}) const
Model::GetCustomActionOutcomeCallable GetCustomActionCallable(const GetCustomActionRequestT &request) const
void ListMicrosoftTeamsUserIdentitiesAsync(const ListMicrosoftTeamsUserIdentitiesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMicrosoftTeamsUserIdentitiesRequestT &request={}) const
Model::DeleteCustomActionOutcomeCallable DeleteCustomActionCallable(const DeleteCustomActionRequestT &request) const
Model::DescribeSlackWorkspacesOutcomeCallable DescribeSlackWorkspacesCallable(const DescribeSlackWorkspacesRequestT &request={}) const
virtual Model::DescribeSlackWorkspacesOutcome DescribeSlackWorkspaces(const Model::DescribeSlackWorkspacesRequest &request={}) const
virtual Model::GetAccountPreferencesOutcome GetAccountPreferences(const Model::GetAccountPreferencesRequest &request={}) const
void ListAssociationsAsync(const ListAssociationsRequestT &request, const ListAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeSlackWorkspacesAsync(const DescribeSlackWorkspacesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeSlackWorkspacesRequestT &request={}) const
virtual Model::UpdateMicrosoftTeamsChannelConfigurationOutcome UpdateMicrosoftTeamsChannelConfiguration(const Model::UpdateMicrosoftTeamsChannelConfigurationRequest &request) const
Model::DisassociateFromConfigurationOutcomeCallable DisassociateFromConfigurationCallable(const DisassociateFromConfigurationRequestT &request) const
void OverrideEndpoint(const Aws::String &endpoint)
Model::UpdateChimeWebhookConfigurationOutcomeCallable UpdateChimeWebhookConfigurationCallable(const UpdateChimeWebhookConfigurationRequestT &request) const
ChatbotClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListMicrosoftTeamsChannelConfigurationsOutcomeCallable ListMicrosoftTeamsChannelConfigurationsCallable(const ListMicrosoftTeamsChannelConfigurationsRequestT &request={}) const
void UpdateMicrosoftTeamsChannelConfigurationAsync(const UpdateMicrosoftTeamsChannelConfigurationRequestT &request, const UpdateMicrosoftTeamsChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetAccountPreferencesAsync(const GetAccountPreferencesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetAccountPreferencesRequestT &request={}) const
Model::CreateMicrosoftTeamsChannelConfigurationOutcomeCallable CreateMicrosoftTeamsChannelConfigurationCallable(const CreateMicrosoftTeamsChannelConfigurationRequestT &request) const
Model::DescribeChimeWebhookConfigurationsOutcomeCallable DescribeChimeWebhookConfigurationsCallable(const DescribeChimeWebhookConfigurationsRequestT &request={}) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
virtual Model::DeleteSlackUserIdentityOutcome DeleteSlackUserIdentity(const Model::DeleteSlackUserIdentityRequest &request) const
void UpdateSlackChannelConfigurationAsync(const UpdateSlackChannelConfigurationRequestT &request, const UpdateSlackChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateCustomActionOutcomeCallable CreateCustomActionCallable(const CreateCustomActionRequestT &request) const
virtual Model::ListCustomActionsOutcome ListCustomActions(const Model::ListCustomActionsRequest &request={}) const
virtual Model::CreateCustomActionOutcome CreateCustomAction(const Model::CreateCustomActionRequest &request) const
virtual Model::DisassociateFromConfigurationOutcome DisassociateFromConfiguration(const Model::DisassociateFromConfigurationRequest &request) const
void CreateCustomActionAsync(const CreateCustomActionRequestT &request, const CreateCustomActionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeSlackChannelConfigurationsOutcome DescribeSlackChannelConfigurations(const Model::DescribeSlackChannelConfigurationsRequest &request={}) const
virtual Model::DescribeSlackUserIdentitiesOutcome DescribeSlackUserIdentities(const Model::DescribeSlackUserIdentitiesRequest &request={}) const
void DeleteSlackChannelConfigurationAsync(const DeleteSlackChannelConfigurationRequestT &request, const DeleteSlackChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateAccountPreferencesOutcome UpdateAccountPreferences(const Model::UpdateAccountPreferencesRequest &request={}) const
Model::DeleteMicrosoftTeamsUserIdentityOutcomeCallable DeleteMicrosoftTeamsUserIdentityCallable(const DeleteMicrosoftTeamsUserIdentityRequestT &request) const
Model::AssociateToConfigurationOutcomeCallable AssociateToConfigurationCallable(const AssociateToConfigurationRequestT &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
Model::ListMicrosoftTeamsConfiguredTeamsOutcomeCallable ListMicrosoftTeamsConfiguredTeamsCallable(const ListMicrosoftTeamsConfiguredTeamsRequestT &request={}) const
virtual Model::CreateSlackChannelConfigurationOutcome CreateSlackChannelConfiguration(const Model::CreateSlackChannelConfigurationRequest &request) const
virtual Model::CreateMicrosoftTeamsChannelConfigurationOutcome CreateMicrosoftTeamsChannelConfiguration(const Model::CreateMicrosoftTeamsChannelConfigurationRequest &request) const
Model::DescribeSlackChannelConfigurationsOutcomeCallable DescribeSlackChannelConfigurationsCallable(const DescribeSlackChannelConfigurationsRequestT &request={}) const
virtual Model::DeleteChimeWebhookConfigurationOutcome DeleteChimeWebhookConfiguration(const Model::DeleteChimeWebhookConfigurationRequest &request) const
void ListMicrosoftTeamsConfiguredTeamsAsync(const ListMicrosoftTeamsConfiguredTeamsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMicrosoftTeamsConfiguredTeamsRequestT &request={}) const
virtual Model::GetMicrosoftTeamsChannelConfigurationOutcome GetMicrosoftTeamsChannelConfiguration(const Model::GetMicrosoftTeamsChannelConfigurationRequest &request) const
void ListMicrosoftTeamsChannelConfigurationsAsync(const ListMicrosoftTeamsChannelConfigurationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMicrosoftTeamsChannelConfigurationsRequestT &request={}) const
virtual Model::DescribeChimeWebhookConfigurationsOutcome DescribeChimeWebhookConfigurations(const Model::DescribeChimeWebhookConfigurationsRequest &request={}) const
Model::DeleteMicrosoftTeamsChannelConfigurationOutcomeCallable DeleteMicrosoftTeamsChannelConfigurationCallable(const DeleteMicrosoftTeamsChannelConfigurationRequestT &request) const
void DeleteMicrosoftTeamsChannelConfigurationAsync(const DeleteMicrosoftTeamsChannelConfigurationRequestT &request, const DeleteMicrosoftTeamsChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ChatbotClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< ChatbotEndpointProviderBase > endpointProvider=nullptr, const Aws::chatbot::ChatbotClientConfiguration &clientConfiguration=Aws::chatbot::ChatbotClientConfiguration())
void CreateSlackChannelConfigurationAsync(const CreateSlackChannelConfigurationRequestT &request, const CreateSlackChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ChatbotClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::DeleteSlackChannelConfigurationOutcomeCallable DeleteSlackChannelConfigurationCallable(const DeleteSlackChannelConfigurationRequestT &request) const
void DescribeChimeWebhookConfigurationsAsync(const DescribeChimeWebhookConfigurationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeChimeWebhookConfigurationsRequestT &request={}) const
void CreateMicrosoftTeamsChannelConfigurationAsync(const CreateMicrosoftTeamsChannelConfigurationRequestT &request, const CreateMicrosoftTeamsChannelConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetCustomActionAsync(const GetCustomActionRequestT &request, const GetCustomActionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateChimeWebhookConfigurationAsync(const UpdateChimeWebhookConfigurationRequestT &request, const UpdateChimeWebhookConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
Model::ListMicrosoftTeamsUserIdentitiesOutcomeCallable ListMicrosoftTeamsUserIdentitiesCallable(const ListMicrosoftTeamsUserIdentitiesRequestT &request={}) const
virtual Model::DeleteMicrosoftTeamsConfiguredTeamOutcome DeleteMicrosoftTeamsConfiguredTeam(const Model::DeleteMicrosoftTeamsConfiguredTeamRequest &request) const
virtual Model::ListMicrosoftTeamsChannelConfigurationsOutcome ListMicrosoftTeamsChannelConfigurations(const Model::ListMicrosoftTeamsChannelConfigurationsRequest &request={}) const
virtual Model::DeleteMicrosoftTeamsUserIdentityOutcome DeleteMicrosoftTeamsUserIdentity(const Model::DeleteMicrosoftTeamsUserIdentityRequest &request) const
Model::ListCustomActionsOutcomeCallable ListCustomActionsCallable(const ListCustomActionsRequestT &request={}) const
void DescribeSlackChannelConfigurationsAsync(const DescribeSlackChannelConfigurationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeSlackChannelConfigurationsRequestT &request={}) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
Model::DeleteSlackWorkspaceAuthorizationOutcomeCallable DeleteSlackWorkspaceAuthorizationCallable(const DeleteSlackWorkspaceAuthorizationRequestT &request) const
static const char * GetServiceName()
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListMicrosoftTeamsConfiguredTeamsOutcome ListMicrosoftTeamsConfiguredTeams(const Model::ListMicrosoftTeamsConfiguredTeamsRequest &request={}) const
ChatbotClient(const Aws::chatbot::ChatbotClientConfiguration &clientConfiguration=Aws::chatbot::ChatbotClientConfiguration(), std::shared_ptr< ChatbotEndpointProviderBase > endpointProvider=nullptr)
Model::GetAccountPreferencesOutcomeCallable GetAccountPreferencesCallable(const GetAccountPreferencesRequestT &request={}) const
virtual Model::GetCustomActionOutcome GetCustomAction(const Model::GetCustomActionRequest &request) const
void DeleteChimeWebhookConfigurationAsync(const DeleteChimeWebhookConfigurationRequestT &request, const DeleteChimeWebhookConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteSlackWorkspaceAuthorizationOutcome DeleteSlackWorkspaceAuthorization(const Model::DeleteSlackWorkspaceAuthorizationRequest &request) const
void CreateChimeWebhookConfigurationAsync(const CreateChimeWebhookConfigurationRequestT &request, const CreateChimeWebhookConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateSlackChannelConfigurationOutcomeCallable CreateSlackChannelConfigurationCallable(const CreateSlackChannelConfigurationRequestT &request) const
virtual Model::ListAssociationsOutcome ListAssociations(const Model::ListAssociationsRequest &request) const
std::shared_ptr< ChatbotEndpointProviderBase > & accessEndpointProvider()
void DeleteCustomActionAsync(const DeleteCustomActionRequestT &request, const DeleteCustomActionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListMicrosoftTeamsUserIdentitiesOutcome ListMicrosoftTeamsUserIdentities(const Model::ListMicrosoftTeamsUserIdentitiesRequest &request={}) const
void DeleteSlackWorkspaceAuthorizationAsync(const DeleteSlackWorkspaceAuthorizationRequestT &request, const DeleteSlackWorkspaceAuthorizationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteCustomActionOutcome DeleteCustomAction(const Model::DeleteCustomActionRequest &request) const
Model::DeleteMicrosoftTeamsConfiguredTeamOutcomeCallable DeleteMicrosoftTeamsConfiguredTeamCallable(const DeleteMicrosoftTeamsConfiguredTeamRequestT &request) const
void DeleteSlackUserIdentityAsync(const DeleteSlackUserIdentityRequestT &request, const DeleteSlackUserIdentityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< DeleteSlackWorkspaceAuthorizationOutcome > DeleteSlackWorkspaceAuthorizationOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DescribeSlackUserIdentitiesOutcome > DescribeSlackUserIdentitiesOutcomeCallable
std::future< ListCustomActionsOutcome > ListCustomActionsOutcomeCallable
std::future< AssociateToConfigurationOutcome > AssociateToConfigurationOutcomeCallable
std::future< UpdateAccountPreferencesOutcome > UpdateAccountPreferencesOutcomeCallable
std::future< DescribeSlackChannelConfigurationsOutcome > DescribeSlackChannelConfigurationsOutcomeCallable
std::future< DeleteChimeWebhookConfigurationOutcome > DeleteChimeWebhookConfigurationOutcomeCallable
std::future< GetMicrosoftTeamsChannelConfigurationOutcome > GetMicrosoftTeamsChannelConfigurationOutcomeCallable
std::future< DisassociateFromConfigurationOutcome > DisassociateFromConfigurationOutcomeCallable
std::future< GetAccountPreferencesOutcome > GetAccountPreferencesOutcomeCallable
std::future< UpdateCustomActionOutcome > UpdateCustomActionOutcomeCallable
std::future< DeleteSlackUserIdentityOutcome > DeleteSlackUserIdentityOutcomeCallable
std::future< DeleteMicrosoftTeamsConfiguredTeamOutcome > DeleteMicrosoftTeamsConfiguredTeamOutcomeCallable
std::future< DeleteMicrosoftTeamsUserIdentityOutcome > DeleteMicrosoftTeamsUserIdentityOutcomeCallable
std::future< CreateChimeWebhookConfigurationOutcome > CreateChimeWebhookConfigurationOutcomeCallable
std::future< DescribeChimeWebhookConfigurationsOutcome > DescribeChimeWebhookConfigurationsOutcomeCallable
std::future< UpdateMicrosoftTeamsChannelConfigurationOutcome > UpdateMicrosoftTeamsChannelConfigurationOutcomeCallable
std::future< ListMicrosoftTeamsUserIdentitiesOutcome > ListMicrosoftTeamsUserIdentitiesOutcomeCallable
std::future< ListMicrosoftTeamsChannelConfigurationsOutcome > ListMicrosoftTeamsChannelConfigurationsOutcomeCallable
std::future< DeleteMicrosoftTeamsChannelConfigurationOutcome > DeleteMicrosoftTeamsChannelConfigurationOutcomeCallable
std::future< GetCustomActionOutcome > GetCustomActionOutcomeCallable
std::future< CreateSlackChannelConfigurationOutcome > CreateSlackChannelConfigurationOutcomeCallable
std::future< CreateCustomActionOutcome > CreateCustomActionOutcomeCallable
std::future< DeleteSlackChannelConfigurationOutcome > DeleteSlackChannelConfigurationOutcomeCallable
std::future< UpdateChimeWebhookConfigurationOutcome > UpdateChimeWebhookConfigurationOutcomeCallable
std::future< ListMicrosoftTeamsConfiguredTeamsOutcome > ListMicrosoftTeamsConfiguredTeamsOutcomeCallable
std::future< ListAssociationsOutcome > ListAssociationsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UpdateSlackChannelConfigurationOutcome > UpdateSlackChannelConfigurationOutcomeCallable
std::future< CreateMicrosoftTeamsChannelConfigurationOutcome > CreateMicrosoftTeamsChannelConfigurationOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< DeleteCustomActionOutcome > DeleteCustomActionOutcomeCallable
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::DeleteCustomActionRequest &, const Model::DeleteCustomActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCustomActionResponseReceivedHandler
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::CreateCustomActionRequest &, const Model::CreateCustomActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCustomActionResponseReceivedHandler
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::GetCustomActionRequest &, const Model::GetCustomActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCustomActionResponseReceivedHandler
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::ListCustomActionsRequest &, const Model::ListCustomActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCustomActionsResponseReceivedHandler
std::function< void(const ChatbotClient *, const Model::AssociateToConfigurationRequest &, const Model::AssociateToConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateToConfigurationResponseReceivedHandler
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::ListAssociationsRequest &, const Model::ListAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAssociationsResponseReceivedHandler
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::UpdateCustomActionRequest &, const Model::UpdateCustomActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateCustomActionResponseReceivedHandler
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
std::function< void(const ChatbotClient *, const Model::DisassociateFromConfigurationRequest &, const Model::DisassociateFromConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisassociateFromConfigurationResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String