reinouts / MxAwsLex

Mendix AWS Lex connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mendix AWS Lex connector

Using this connector you can create a conversional ui using the Amazon Lex service.

Before you can use this connector, you need to train Lex so it will recognize the sentences you will feed it. Please consult the AWS documentation to determine how to do this.

Examples

Get intent

The following example calls AWS Lex to determine the intent of a user utterance.

Determine intent for utterance

Get intent and slots

User utterances can contain parameters or slots. THe following example returns a entities containing the intent and any slots that the user specified.

Determine intent and slots for utterance

Intent result entities

Get intent and slots

About

Mendix AWS Lex connector


Languages

Language:Java 53.5%Language:CSS 45.7%Language:HTML 0.6%Language:Ruby 0.1%Language:Batchfile 0.0%