Skip to content

Commit f297b4f

Browse files
authored
Merge pull request #49883 from v-jaswel/patch-16
Update 4-expected-entity.md
2 parents 05240ac + 01489d4 commit f297b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Labs/Conversation-Learner/tutorials/4-expected-entity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Concretely, if the "expected entity" field of an action is set to $entity, then
5454

5555
### Create two actions
5656

57-
1. Click Actions, then New Action
57+
1. Click Actions, then New Action.
5858
2. In Response, type 'What's your name?'.
5959
3. In Expected Entities, enter $name. Click Save.
6060
- This value means that if this question is asked, and the user response does not have any entities detected, the bot should assume the whole of the user's response is this entity.
6161
2. Click Actions, then New Action to create a second action.
6262
3. In Response, type 'Hello $name'.
63-
- The entity is automatically added as a disqualifying entity.
64-
4. Click Save
63+
- The entity is automatically added as a required entity.
64+
4. Click Save.
6565

6666
Now you have two actions.
6767

0 commit comments

Comments
 (0)