Questions tagged with AWS Chatbot
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I hope this message finds you well. I am currently facing a challenge in integrating Amazon Polly audio responses with my Lex chatbot. The objective is to provide users with both text and audio...
0
answers
0
votes
35
views
asked 10 hours agolg...
I am creating a chatbot assistant and decided to use Amazon Lex for it. Now I want to utilize external data sources for intents, slots, and utterances for better responses. It will take too much time...
0
answers
0
votes
32
views
asked 11 days agolg...
I have few files in S3 about 5-10 files with total size of about 15 MB. My kendra data source started sync and after 2 hours it si still in indexing state and not completing. How much time is it...
1
answers
0
votes
73
views
asked 11 days agolg...
I configured slack integration with AWS chatbot and set up a custom message. However, every message contains action menu. Is there a way to get rid of elements circled in red on the...
Accepted AnswerAWS Chatbot
1
answers
0
votes
39
views
asked 17 days agolg...
I have a lex v1 chatbot which has a SpeakToAgent intent. I want to be able to connect with a customer agent using amazon Connect whenever a user uses this intent. All my other intents work as expected...
2
answers
0
votes
137
views
asked a month agolg...
Hello,
I have an EventBridge Pipe architected as such:
EventBridge Rule -> SQS -> EventBridge Pipe -> SNS -> AWS ChatBot
I have confirmed the SQS queue is receiving messages, and the SNS and AWS...
1
answers
0
votes
78
views
asked a month agolg...
Hi, I'm trying to use Terraform to create a Chatbot to a Teams channel which is inside a group.
The channel id is in format <channel_id>/<channel_name> but the API is not supporting it. It's working...
0
answers
0
votes
42
views
asked a month agolg...
I created w bot and I added custom slot type with synonyms; the problem I found that not all the synonyms are detected in the right way by lex.
How that could be ?
0
answers
0
votes
35
views
asked 2 months agolg...
Hi
With the following EventBridge rule:
```
{
source = ["aws.health"]
detail-type = ["AWS Health Event"]
}
```
and ChatOps connected to a Slack channel I'm receiving quite a lot of...
0
answers
0
votes
91
views
asked 2 months agolg...
I created w bot with cdk infra, the problem I face is that even with this config allowinterrupt : false the user can interrupt the bot message.
is there any specefic solution
```
...
0
answers
0
votes
34
views
asked 2 months agolg...
Hi there! I have the following Lambda code
```
import json
def router(event):
intent_name = event['sessionState']['intent']['name']
intent = event['sessionState']['intent']['name']
...
0
answers
0
votes
74
views
asked 3 months agolg...
Like to check if AWS Connect CCP support redacted/masked the transcript that is sent to the live agent.
I am using a Web-based chatbot channel and don't want to use the solution given in the link...
2
answers
0
votes
129
views
asked 3 months agolg...