Chatbot#
Client#
- class Chatbot.Client#
A low-level client representing AWS Chatbot
The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.
AWS Chatbot APIs are currently available in the following Regions:
US East (Ohio) -
us-east-2
US West (Oregon) -
us-west-2
Asia Pacific (Singapore) -
ap-southeast-1
Europe (Ireland) -
eu-west-1
The AWS Chatbot console can only be used in US East (Ohio). Your configuration data however, is stored in each of the relevant available Regions.
Note
Your AWS CloudTrail events are logged in whatever Region you call from, not US East (N. Virginia) by default.
import boto3 client = boto3.client('chatbot')
These are the available methods:
- can_paginate
- close
- create_chime_webhook_configuration
- create_microsoft_teams_channel_configuration
- create_slack_channel_configuration
- delete_chime_webhook_configuration
- delete_microsoft_teams_channel_configuration
- delete_microsoft_teams_configured_team
- delete_microsoft_teams_user_identity
- delete_slack_channel_configuration
- delete_slack_user_identity
- delete_slack_workspace_authorization
- describe_chime_webhook_configurations
- describe_slack_channel_configurations
- describe_slack_user_identities
- describe_slack_workspaces
- get_account_preferences
- get_microsoft_teams_channel_configuration
- get_paginator
- get_waiter
- list_microsoft_teams_channel_configurations
- list_microsoft_teams_configured_teams
- list_microsoft_teams_user_identities
- list_tags_for_resource
- tag_resource
- untag_resource
- update_account_preferences
- update_chime_webhook_configuration
- update_microsoft_teams_channel_configuration
- update_slack_channel_configuration
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: