From the course: Building Intelligent Chatbots on AWS (2019)

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Connecting to Lex

Connecting to Lex - Amazon Web Services (AWS) Tutorial

From the course: Building Intelligent Chatbots on AWS (2019)

Start my 1-month free trial

Connecting to Lex

- [Instructor] So we're almost there. We're almost ready to test this. And we've got our app set up to be able to connect to AWS. We need to set up to connect specifically to our bot and then we can test it. We can hear the beautiful voice of our bot. So, one thing we need is we need a button on our UI so that we can engage the bot. So we're going to open up the story board and I'll open up the Object Library and just drop a regular old view on there. I'll open up the Attributes pane and look at the Identity Inspector and I'm going to make this view a AWS Lex Voice Button. I also want a reference to that so I'm going to open up the Assistant and Control Drag into my class and I'll name it VTN (mumbles) bot. And I'll close the assistant and that right pane and go back to my code. Back in the code I need to configure the Lex integration kit so I need to create a configuration for that and then I need to register the Lex integration kit. So not a lot of code, but it does a lot for us. So…

Contents