Questions tagged [aws-chatbot]

This tag needs to use with question-related to AWS-chatbot which is an interactive agent that makes it easy to monitor and interact with your AWS resources in your Slack channels and Amazon Chime chat rooms.

33 questions
2
votes
1 answer

AWS Chatbot not publishing to Slack

I'm trying to create a Chatbox using CloudFormation. When testing it by creating a message in the Notifaction Topi nothing is published to slack. notifications.yml AWSTemplateFormatVersion: 2010-09-09 Transform: -…
1
vote
0 answers

Response card is not displaying while using AmplifyChatbot component in React js but in amazon lex its displaying fine

Trying to implement Amazon lex bot in my website(reactjs) using AmplifyChatbot AmplifyChatbot Docs:https://ui.docs.amplify.aws/react/legacy-components/chatbot Response card is displaying fine on amazon lex but in website its not displaying this is…
1
vote
0 answers

AWS codepipeline notification to slack not working

I have configured notification rules for AWS CodePipeline to send notifications to Slack channels and these were working for the past 4 months and suddenly stopped working today. I tried to troubleshoot the issue using this link but couldn't resolve…
1
vote
0 answers

Security Hub with Chatbot not receiving response from Custom Resource

I'm following this tutorial on enabling aws security hub with aws chatbot. I seem to be having an issue with deploying the custom resource named AddCustomActionSHResource1 in the following code, which is linked from the tutorial to…
1
vote
1 answer

Unable to fetch parameters from SSM using AWS CDK?

What :- I am trying to create SSM Parameters which contains dummy values. and then accesing them and referencing them in chatbot configuration. Once it is stored, i want to access it in chatbot. new ssm.StringListParameter(this,…
Jatin Mehrotra
  • 9,286
  • 4
  • 28
  • 67
1
vote
1 answer

AWS Chatbot and EventBridge for Glue Job State Changes Error - Event received is not supported

I am trying to set up the AWS Chatbot with Slack integrations to display error messages for changes in states (errors) for AWS Glue. I have set up AWS EventBridge event pattern to catch Glue Job State Changes as follows: { "source": ["aws.glue"], …
1
vote
0 answers

How to configure AWS Chatbot to deliver useful messages from Beanstalk to Slack?

We have an Elastic Beanstalk deployment and wanted to receive events into our Slack channel. We setup EventBridge and Chatbot to deliver notifications. Everything works, except the notifications are useless, because Chatbot does not map the message…
1
vote
1 answer

Can Amazon Lex chatbot generate images as output?

Like for example, I want to create a chatbot that provide the map images for location of library in my city. If a user requested for it,can Amazon Lex chatbot generate graphics or image of the map in this case as output for the user?
CoAT
  • 19
  • 3
1
vote
1 answer

Is it possible to customize the AWS Chatbot Message on CodePipeline Fail?

We are currently switching from Travis to CodeBuild/CodePipeline. Travis has a built in functionality for slack where we can send the commit hash, author name, commit message etc. I have the AWS Chatbot set up to send a message to slack during a…
mcc
  • 111
  • 10
1
vote
3 answers

Chatbot for unsupported languages

I see there are lots of chatbot engines out there. (Amazon Alexa, Dialogflow, etc..) They work well, but there some languages which they don't support. What would be the best way to support such languages without having to wait until those bots to…
0
votes
0 answers

Amazon lex unexpected error and unknown error

I have a program in Amazon Lex. It is a basic program at one part where I use a conditional the second track displays the error (error for the bot) here is the part of that program: Error in code: Error in with chatbot: Also while building the…
0
votes
1 answer

amazon lex chatbot loading time out in experience cloud (salesforce)

I'm trying implement Amazon lex chatbot in company public website and in experience cloud. its working fine in company public website. but in Salesforce Community cloud it giving below error Error: chatbot loading time out at e.onConfigEventTimeout…
GVMK
  • 27
  • 1
  • 1
  • 6
0
votes
0 answers

Multiple value slot in Cloudformation for Amazon Lex V2

I'm building a bot that needs to catch multiple users mentions (I'm building this using a CloudFormation template). For that I use a slot, but this slot needs to store one or more usernames. According to documentation, there are three requisites to…
0
votes
1 answer

Terraform script to create aws lexbot exception BadRequestException: The resource 'FallbackIntent' referenced

I wrote terraform script to create a lexbot in AWS. It is a very simple script. name, child_directed, abort_statment, intent are "Required" attributes for the "aws_lex_bot" resource. It somehow throws error about the "intent" attribute Error:…
0
votes
1 answer

Lex bot for online booking through credit card

I am new to lex bot. how to create a lex bot for below use case? Use case: How can I help? Booking, Payment, Others. Trigger – Payment Please provide your Group ID or Booking ID Please provide if you want to pay using multiple card? Trigger-…
Raja
  • 11
  • 3
1
2 3