Module: Aws::Chatbot

Defined in:
lib/aws-sdk-chatbot/endpoint_parameters.rb,
lib/aws-sdk-chatbot/plugins/endpoints.rb,
lib/aws-sdk-chatbot/endpoint_provider.rb,
lib/aws-sdk-chatbot/client_api.rb,
lib/aws-sdk-chatbot/endpoints.rb,
lib/aws-sdk-chatbot/resource.rb,
lib/aws-sdk-chatbot/errors.rb,
lib/aws-sdk-chatbot/client.rb,
lib/aws-sdk-chatbot/types.rb,
lib/aws-sdk-chatbot.rb

Overview

This module provides support for AWS Chatbot. This module is available in the ‘aws-sdk-chatbot` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

chatbot = Aws::Chatbot::Client.new
resp = chatbot.create_chime_webhook_configuration(params)

See Client for more information.

# Errors

Errors returned from AWS Chatbot are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Chatbot::Errors::ServiceError
  # rescues all AWS Chatbot API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.18.0'