Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

14 lines (13 loc) · 1.01 KB

amazon-sumerian-concierge-booth

This is a sample concierge demo which builds off of the stock concierge demo provided by AWS with added functionality tailored for booth function demo.

Setup Instructions

Setup Stock Virtual Concierge

  1. Install the Sumerian Virtual Concierge according to https://docs.sumerian.amazonaws.com/articles/virtual-concierge/, more detailed instructions available in the zip file, here is the summary.
    1. Create a new Sumerian scene and import the Sumerian Virtual Concierge via "Import Assets"
    2. Run the cloud formation script to create the Cognito user group. (Save the cognito group ID)
    3. Upload jsfeat face and main files to S3 and make them publically accessible. (Save their web links)
    4. Manually create the LEX bot. (Save the LEX bot name and stage)

Setup Q&A/Static Map/Static Schedule functions

  1. Update the MainScript.js with the one here.
  2. Create a new DynamoDB table and store csv data in there.
  3. Update LEX bot with updated utterances provided in this repo.