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.
Questions tagged [aws-chatbot]
33 questions
0
votes
1 answer
How to get message from agent ( in aws connect ) to serverless lambda
My intention is to build a chatbot thru aws lex and optionally communicate with agent in aws connect.
For this I have created a custom chatbot widget which connects to api gateway and forwards message to lex thru websocket and respond back to…

Anil Soni
- 33
- 4
0
votes
1 answer
AWS lex chaining bots with fallback does not trigger conversation on other bot
I Have a lex workflow with multiple bots chained together with fallback intents .
Reason is to separate content by type into their individual bots. All my other bots returns just and fulfil except for my primary bot which has intents to do some…

charithreddyv
- 135
- 4
- 12
0
votes
1 answer
Amazon Lex AlphaNumeric slot issue
Answer for slot by Amazon Lex doesn't when user input are more than 2 words.
I am having troubles with Amazon Lex and Lambda when the user input would not go through when there is more than 2 words when used the "AMAZON.AlphaNumeric" slot type. Does…

jason
- 1
0
votes
1 answer
Is there a way to customise slack message by AWS Chatbot?
I am trying to send slack notifications using aws chatbot created using cdk.
In production, there are many lambda functions which have cloudwatch alarm for particular 5xx errors or 4xx errors.
i have tried to replicate this situation in my…

Jatin Mehrotra
- 9,286
- 4
- 28
- 67
0
votes
0 answers
How to Pass Chat from Amazon Lex to Amazon Connect? e.g. Talk to agent intent
I have added an intent TalkToAgent in my Lex bot, i want to route the chat to agent on fulfillment of TalkToAgent intent. Is there any why i can achieve it? e.g. Amazon Lambda?
I just want to pass the chat to agent when customer wants to talk to a…

Abdul Qayyum
- 104
- 1
- 8
0
votes
3 answers
Is there a way to display more than 5 buttons in Amazon lex-v2 response
This is my sessionState object
{
"sessionAttributes": {},
"dialogAction": {
"type": "ElicitSlot",
"slotToElicit": "flowName"
},
"intent": {
"name": "WelcomeIntent",
"confirmationState": "None",
"slots": {
"flowName": null
},
…

Arun
- 1
- 2
0
votes
1 answer
Interactive slack bot for running AWS Lambda and getting response
I have an AWS Lambda function that creates some route53 records when provided with a domain name as an input/payload. It completes in around 6 mins & takes only one input which is a 'domain name'.
I tried to run this function in slack using AWS…

Faisal Shani
- 698
- 1
- 13
- 37
0
votes
1 answer
Is there any way for Amazon lex to print/render image on a php website? (webhost000)
Im using amazon lambda for the backend for the chatbot and I have no idea how to let the chatbot generate the image from my website. I read about custom payload but the documentation is very sparse and lack in information. I tried to send it with…

CoAT
- 19
- 3
0
votes
0 answers
How to publish AWS Lex bot on a internal SharePoint site?
Thanks for your time on my post. I am at beginner level on bot development and working on a chatbot PoC, I created a AWS Lex bot with intents that initiates AWS Lambda functions to fetch data from S3 and deliver data back to the user using Lex. …
0
votes
1 answer
Invoke AWS lambda function from slack channel using AWS Chatbot - automate it, without user intervention
I've a slack workflow setup which will take approval in different channel and invoke AWS lambda from another private channel to restrict the access to AWS chatbot. But after the lambda is invoked, Chatbot is again asking for confirmation which…

Hemanth
- 159
- 1
- 12
0
votes
1 answer
Creating a simple Q&A Chatbot with Amazon Lex with Predefined questions and answers
I am doing some research on potential options for building a chatbot. I am currently evaluating amazon Lex. The requirements for the bot are quite simple, a user can ask where to find something, the bot will tell them where in a document they will…

Jim
- 23
- 5
0
votes
1 answer
Getting Invalid Lambda response for Amazon lex
I am trying to build a chatbot using Lex but I have hit a roadblock and I am stuck here since two days.
When I am tesing in lambda function it works fine with test events but when testing it in lex getting error as below:
lex console
This is how I…

sas
- 1
0
votes
0 answers
How to run codepipeline from AWS chatbot
I'm trying to run AWS codepipeline from slack using AWS chatbot feature. I've configured a chatbot properly and it is giving me appropriate response when I'm running a command
@aws codepipeline list-pipelines --region us-east-1
With this command it…

Mahesh
- 1,427
- 2
- 19
- 42
0
votes
1 answer
How to give customized answers with LUIS and Azure Bot
I am working on creating a new hybrid chatbot. Together, we defined that the most frequently asked questions for this chatbot should be order status, stock status, and shipment tracking questions.
For example:
What is the current status of my…
0
votes
1 answer
AWS Lex chatbot not logging utterances (both missed and detected utterances)
One of our AWS bots is not logging detected and missed utterances. Where as all the new bots created in the same account are logging missed utterances in Monitoring -> Utterances section. I have checked the configuration of all the bots and it is…

Sharvari Nagesh
- 293
- 3
- 17