aws-lex-web-ui icon indicating copy to clipboard operation
aws-lex-web-ui copied to clipboard

Sample Amazon Lex chat bot web interface

Results 150 aws-lex-web-ui issues
Sort by recently updated
recently updated
newest added

Hi, i'm having an issue where i'm trying to deploy the chat bot to my website without the need of the S3 bucket meaning all chat bot files are running...

Ok lets start again as i am taking a different approach. 1. Download project. Unzip. 2. cd into `aws-lex-web-ui-master/src` and run `npm install`, then `npm start` All good at this...

I made some css chnages as provided in the documentation given [here](https://github.com/aws-samples/aws-lex-web-ui/blob/master/README-css-style.md). I am uncommenting somethings in the file and uploading it back on S3 in the folder src/dist/ in...

The repository shows old AWS Mobile Hub method and now there is AWS Amplify where they have changed various things. How do you build response card feature in vue web...

def fulfilled_close(session_attributes): return { "sessionAttributes": session_attributes, "dialogAction": { "type": "Close", "fulfillmentState": "Fulfilled", "message": { "contentType": "PlainText", "content": "message" } } } In this code Instead of content type as plain...

I am wondering if it is possible to allow more then one parentOrigin in the json config or how to go about allowing different websites with different urls have access...

Hi , We have a discussion with chat icon change , actually after modification of code in min.button.js file through vs code, how to place new src.zip file in BIGDATA.BLOG...

Hi. I deployed the chatbot in my website using the CloudFormation stack. What file should I edit to resize the iframe UI?

Hi. I am unable to figure out how to integrate the lex bot and cognito identity pool details with our existing solution.