aws chatbot
1. Lex
2. creating a Bot
2.1 Lex bot creation
2.2 Intents
2.3 Kicking off the conversation
2.4 Testing the bos
3. Slots and Slot Types
3.1 Built-in slot types
スロットタイプ | 短い説明 | サポート対象ロケール |
AMAZON.Airport | 空港を表す単語を認識します。 | すべてのロケール |
AMAZON.AlphaNumeric | 文字と数字で構成される単語を認識します。 | すべてのロケール |
AMAZON.City | 都市を表す単語を認識します。 | 英語 (米国) を除くすべてのロケール |
AMAZON.Country | 国を表す単語を認識します。 | すべてのロケール |
AMAZON.DATE | 日付を表す単語を認識し、標準形式に変換します。 | すべてのロケール |
AMAZON.DURATION | 期間を表す単語を認識し、標準形式に変換します。 | すべてのロケール |
AMAZON.EmailAddress | E メールアドレスを表す単語を認識し、標準の E メールアドレスに変換します。 | すべてのロケール |
AMAZON.FirstName | 名を表す単語を認識します。 | 英語 (米国) を除くすべてのロケール |
AMAZON.LastName | 姓を表す単語を認識します。 | 英語 (米国) を除くすべてのロケール |
AMAZON.NUMBER | 数値語を認識し、数字に変換します。 | すべてのロケール |
AMAZON.Percentage | パーセントを表す単語を認識し、数値とパーセント記号 (%) に変換します。 | すべてのロケール |
AMAZON.PhoneNumber | 電話番号を表す単語を認識し、数値文字列に変換します。 | すべてのロケール |
AMAZON.SpeedUnit | 速度の単位を表す単語を認識し、標準の略語に変換します。 | 英語 (米国) |
AMAZON.State | 状態を表す単語を認識します。 | 英語 (米国) を除くすべてのロケール |
AMAZON.StreetName | ストリート名を表す単語を認識します。 | 英語 (米国) を除くすべてのロケール |
AMAZON.TIME | 時刻を示す単語を認識して、時間形式に変換します。 | すべてのロケール |
AMAZON.WeightUnit | 重量の単位を表す単語を認識し、標準の略語に変換します。 | 英語 (米国) |
3.2 Define slot types
3.4 Confirmation prompts
4. Slots and Slot Types
4.1 Response message
4.2 Response card
4.3 Watiting for user reply
5. Publishing an app
5.1 Publish the bot
5.2 Connect to client
5.3 Prepping the app
5.4 Connection to Lex
5.5 Testing the bot with audio
5.6 Testing the bot with txt
6. Functionality with Lambdas
6.1 Lex and Lambdas
6.2 BookTrip sample bot
6.3 Creating and connecting Lambdas
6.4 Testing with Lambdas
2022, JDAI K.K All Rights Reserved.