Skip to content

Commit

Permalink
MARP-1838 Removing duplication in README_DE (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy authored Jan 22, 2025
1 parent 2153b0a commit 85393b6
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions amazon-lex-connector-product/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,52 +13,3 @@ Amazon Lex und ChatGPT verwenden zwar beide NLP- und ML-Techniken, verfolgen abe
Amazon Lex hingegen ist ein Dienst, der speziell für die Erstellung von Chatbots mit vordefinierten Absichten und Aktionen entwickelt wurde.
**Mit der Amazon Lex API von Axon Ivy hast du die Möglichkeit, deine Prozessautomatisierung
zu optimieren, indem du Chatbot-Funktionalitäten hinzufügst. Auf diese Weise werden deine Prozesse dank der Interaktion in natürlicher Sprache intuitiver und benutzerfreundlicher**.

## Demo

### Chat Bot

The chat bot demo is based on the amazon BookTrip demo bot.
1. Type a booking text you like into the text field like: _I want to book a hotel_ or _I want to book a car_.
2. Answer the questions of the bots
3. Amazon Lex will detect your intent and provides additional information in the confirmation.

![demo-process](images/lex-demo.png)

## Setup

1. First you need to create a Amazon Lex bot.
Go to https://aws.amazon.com

2. Login or create a new account.

3. Click on Services / Amazon Lex.

4. Click on Getting Started Guide and follow the instruction to create a new bot.
Ensure that you create a V2 bot
Use template BookTrip

![demo-process](images/lex-bot.png)

5. Configure the following variables in your project:

```
Variables:
Amazon.Lex:
# Secret key to access amazon lex
# [password]
SecretKey: <YOUR_SECRET_KEY>
# Access key to access amazon lex
# [password]
AccessKey: <YOUR_ACCESS_KEY>
# Identifier of the amazon lex bot alias that should be called
BotAliasId: <YOUR_BOT_ALIAS_ID>
# Identifier of the amazon lex bot that should be called
BotId: <YOUR_BOT_ID>
```

0 comments on commit 85393b6

Please sign in to comment.