Questions tagged [aws-lex]

Amazon Lex is a service for building conversational interfaces into any application using voice and text. It is used to build conversation/chat bots. Use this tag for questions related to Amazon-Lex such as questions on chat bots built using Amazon-lex.

Amazon Lex is a service for building conversational interfaces into any application using voice and text. It is used to build conversation/chat bots. Use this tag for questions related to Amazon-Lex such as questions on chat bots built using Amazon-lex.

118 questions
0
votes
1 answer

Is is possible to capture Amazon Lex's prompts in lambda?

I'm interested in logging the entirety of the conversation between my users and the Lex bot. Currently, I can capture the user's responses using the validation/fulfillment lambda, but how can I capture the prompts that Lex gives to the user?
Abid A
  • 7,588
  • 4
  • 32
  • 32
0
votes
2 answers

DialogFlow vs Lex for streaming intent detection

For my current project, I am looking for a bot building platform with the following features. Should support the creation/updating of new/existing bot via API. Support for intent detection from streaming audio. Enable the hosting of multiple bot…
Vino
  • 2,111
  • 4
  • 22
  • 42
0
votes
1 answer

Amazon Lex - Manually stopping a conversation

I have created a NLP Chatbot using Amazon Lex. Is there a way to manually stop the voice conversation while it is in-progress? I tried calling the conversation.reset() method defined in the javascript file (aws-lex-audio.js) provided by Amazon,…
0
votes
0 answers

Greeting message for Lex bot

I am working on creating a lex bot and am fairly new to AWS Lex and Lambda. Is there a way to implement greetings in lex. Ex: Lex: Hi, how can I help you. User: hello, I would like to make a purchase . . I have tried Lambda initialization but it…
NMJ
  • 1
  • 1
  • 1
0
votes
1 answer

Sending audio to Lex without using AWSLexVoiceButton (AWS sdk for iOS)

I've been trying to use AWSLexVoiceButton for a while but I really dislike how little customization is possible. Is there a way I can send audio to Lex in Swift without using AWSLexVoiceButton?
0
votes
2 answers

How to get information about all LexChatBots under a server with using AWSSDKCore.dll and AWSSDKLex.dll in C#

Recently when working with Lex in C#, I have referenced AWSCore.dll and AWSLex.dll and still trying to get a method that exposes all available Lexchatbots that I created in the Aamazon server. var amazonPostRequest = new…
Chandy Kunhu
  • 66
  • 1
  • 8
0
votes
1 answer

Calling internal systems (behind firewall) from AWS Lex

I have created an AWS Lex chatbot and now I have to query an internal JIRA for answering certain questions. Can I do this in AWS Lex. I tried using AWS Lambda, but am not able to communicate with internal systems. Or are there other chatbot engine…
user3567195
  • 441
  • 1
  • 5
  • 22
0
votes
1 answer

Can we build Bot using AWS lex with out AWS Lambda Service

I am interested in building bot using AWS Lex but I don't want to use the AWS Lambda for interacting With DB for fetching results, For Example. If we Ask, "Can you show me the sales for the last month" I want the bot to respond with an Answer "…
0
votes
2 answers

AWS-Lex Fulfillment with AWS-Lambda

I have to integrate Amazon lex with Amazon lambda. I came across one problem. I am new at this so please help me. I want to request for a product using Lex. "Where can i find meat" and Meat will be stored to slot 'SearchProduct' Then it will search…
0
votes
2 answers

AWS lex slots are behaving very strange

I'm trying to create a bot in Lex and I'm using the default one provided by the platform(BookTrip). Here when I enter some random text when I as prompted for city, it is taking anything, though it is a valid city or not. please let me know if I'm…
user3872094
  • 3,269
  • 8
  • 33
  • 71
-1
votes
1 answer

How to import Amazon Lex intent and use it in Botium convo directly for testing

How to import Amazon lex intent and use it in boitum convo directly for testing? https://github.com/codeforequity-at/botium-connector-lex
-1
votes
1 answer

any way of password masking in AWS lex bot

Is there any way to set data type of the input(in chabox) in amazon lex to password datatype or any way to mask the password shared in the AWS lex Chatbot?
Shobhit Verma
  • 59
  • 1
  • 2
-2
votes
2 answers

How can I create a bot able to ask for multiple values in a single prompt?

Imagine I want to create a bot to attend a pizza delivery service. But I would like to handle if a customer want ask multiple ingredients like: bot: what ingredients do you want? user: please with cheese, mushrooms, and corn I have tried AWS…
1 2 3 4 5 6 7
8