bobpskier

Results 123 comments of bobpskier

The css for the page hosting the iframe could be altered to adjust the chatbot's size and position. See https://github.com/aws-samples/aws-lex-web-ui/blob/master/README-css-style.md#iframe-width-and-height. Below the diagram is a section on Iframe width and...

Is there a requirement to return two response cards? Lex has a restriction on the number of buttons in a single response card. However, Lex Web Ui supports higher number...

@AbhishekDesai99 Yes, it is compatible with Lex V1 bots as well. The following example comes from QnABot which this case is providing ten buttons. appContext is a string value with...

@sathishkrish90 LexWebUi does not configure or install Lambdas that would be called by your Lex bot for fulfillment. You would need to create, configure, publish versions, assign aliases for your...

Have not had a chance to spin this up on v2 yet. It's quite possible the roles created by LexWebUi need to be updated to allow communication to a v2...

@mackina-tew @imbhavin95 Yes, V2 APIs are substantially different. I've just about finished rewiring the templates and implemented logic to wrap the existing implementation to work over the LexRuntimeV2. The API...

@mackina-tew @vetrivel-innoppl I've setup a pair of temporary locations in S3 where you can launch a CloudFormation Create Stack. https://s3.amazonaws.com/lex-web-ui-v2-temporary-test-us-east-1/artifacts/templates/master.yaml https://s3.amazonaws.com/lex-web-ui-v2-temporary-test-eu-west-1/artifacts/templates/master.yaml These should only be used for testing and feedback...

@rexosariemen The current lex-web-ui will support both V2 and V1 based on the initial template parameter settings. If the V1 info is supplied, the lex-web-ui will be configured to use...

You should be able to get this to work as in the examples shown below. In the Lex console UI, for the Slot you must specify a proper url, title,...

The button or buttons are associated with a specific response card. Once the first response card is "complete" and the first slot is satisfied, acting on the first button for...