amazon-lex Questions

3

I'm using this guide to Build a Voice Kit with Amazon Lex and a Raspberry Pi, but I need to use Docker. The problem is that the script that the guide curls and runs requires access to /dev/tty. I ...
Dictator asked 4/1, 2018 at 15:41

4

I'm trying to build a chatbot using Amazon's boto3 library. Right now, I am trying to create an intent using the put_intent function. My code is as follows: intent = lexClient.put_intent(name = 't...
Tumbledown asked 11/7, 2017 at 15:51

3

I made a chatbot in lex and for one particular intent, Lex is throwing the error, An error has occurred: Invalid Bot Configuration: No usable messages given the current slot and sessionAttribute...
Frictional asked 19/2, 2018 at 9:37

2

Solved

How can I access to raw text the lead to the intent in lex How can I extract the entire conversation including the user input and the Lex responses I thought of creating a lambda & API gat...
Kolyma asked 4/4, 2018 at 16:51

1

Solved

Is it possible to to display a welcome message in a standalone bot (Node.js)? I would like to have the intent in the builder and invoke in my lambda function or from the front end node app. From t...
Zimmermann asked 1/3, 2018 at 18:7

1

Solved

I am a newbie in the AWS arena. Now I am working on AWS LEX. I want to call from one intent to another intent. I have found the following question but as I cannot comment I have created another one...
Eiland asked 22/2, 2018 at 8:58

2

I am using Aws Lex for constructing chatbots. I had a scenario where I need to have welcome message initially without user input so that I can give a direction to the user in my chatbot.
Horary asked 27/1, 2018 at 14:24

1

Solved

I am working on aws lex I have an intent-A. I named it welcomeMsg. I want to call another intent(B) from intent-A. In welcome msg(intent-A), it will say: > `"Hi, I am a xxx-BOT. i can hel...
Endostosis asked 8/1, 2018 at 9:45

1

I have an intent-A which is triggered by some user input. When the response is given to user I have used ConfirmIntent instead of Close so that I can switch/chain another intent (lets say intent-B)...
Acetabulum asked 14/12, 2017 at 10:36

1

Solved

For reference, here is the flow in question: "Get Customer Input" (Lex) -> "Set Contact Attribute" -> "Play Prompt" After the call to Lex, I set a contact attribute using "Save Text As Attribute...
Sturgill asked 13/12, 2017 at 3:41

2

Solved

Is it possible to trigger intent-B from the lambda function of intent-A without prompting to user? Suppose user typed something and an intent-A is fired, after some processing I want to trigger som...
Discotheque asked 1/12, 2017 at 6:31

1

I have created my lex bot and published it. I am now trying to test it out from a rest client. The idea is once working from rest client ,i can integrate this with my custom UI using rest calls. ...
Philodendron asked 4/7, 2017 at 10:35
1

© 2022 - 2024 — McMap. All rights reserved.