34 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
56
views
How to generate button in Lex V2 Bot for dynamic response from API
I am creating a Lex V2 bot and need buttons for user selection. The button has to dynamically get created as per the response from API.
Usecase: The bedrock API *AgentsforBedrockRuntime.Client....
0
votes
0
answers
196
views
How can we create a conversational chatbot page using aws-bedrock and amazon models with given knowledgeBaseId or knowledgebaseConfiguration in JS?
I am trying to create a chatbot page in my website using Next in frontend and Nest in backend.
I have a requirement of building a chatbot such that a chat is conversational type with the bot.
For ...
1
vote
1
answer
230
views
Using AWS amplify interactions to end Lex sessions
I have currently set up a system combining react chatbot kit and Lex V2 using Amplify interactions.
I have set a session timeout of 5 mins. But if i refresh the page, lex still resumes the ...
6
votes
1
answer
1k
views
Persnickety AWS Chatbot won't send messages to slack except for the test message
I've got a SNS topic setup that has two subscribers:
The AWS Chatbot
An Email Address
If I sent a test message in the AWS console using the "Send Test Message" button in the AWS Chatbot UI ...
0
votes
1
answer
303
views
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: ...
0
votes
1
answer
250
views
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" ...
0
votes
1
answer
195
views
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 ...
0
votes
1
answer
371
views
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 ...
0
votes
1
answer
411
views
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 ...
1
vote
0
answers
134
views
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 ...
1
vote
0
answers
206
views
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 ...
2
votes
0
answers
179
views
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, ...
0
votes
1
answer
550
views
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 ...
1
vote
1
answer
3k
views
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 ...
0
votes
2
answers
2k
views
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 ...