Using AppInstanceBots as intelligent channel agents for Amazon Chime SDK messaging
You can use AppInstanceBots
as intelligent channel agents. The agents
recognize key phrases sent via ChannelMessages
by channel members. The bot's
natural language understanding model resolves the messages. In turn, that allows one or more
channel members to engage in a natural language dialog defined by the bot's model. You
supply the bots, so you control the depth of dialog and integration with your enterprise
systems.
Prerequisites
-
Knowledge of basic Amazon Chime SDK functionality, such as creating
AppInstanceUsers
, managing channels, and sending and receiving messages. -
The ability to invoke the Amazon Chime SDK Messaging APIs.
-
Knowledge of basic Amazon Lex V2 functionality, such as creating an Amazon Lex V2 Bot, modeling intents and slots, creating bot versions, aliases, using session state, and Lambda hook integration.
Important
Use of Amazon Lex V2 is subject to the AWS Service Terms
Topics
Creating an Amazon Lex V2 bot for Amazon Chime SDK messaging
Creating a channel membership for an AppInstanceBot for Amazon Chime SDK messaging
Sending messages to an AppInstanceBot for Amazon Chime SDK messaging
Processing messages from Amazon Lex for Amazon Chime SDK messaging
Processing responses from an AppInstanceBot for Amazon Chime SDK messaging
Using rules to send events to Amazon EventBridge for Amazon Chime SDK messaging
Troubleshooting AppInstanceBots configured with Amazon Lex V2 bots for Amazon Chime SDK messaging