File size: 588 Bytes
c8c0c7c
 
 
 
d288445
c8c0c7c
 
 
 
 
 
d288445
 
 
 
c8c0c7c
d288445
c8c0c7c
 
 
 
 
 
d288445
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#### This file contains tests to evaluate that your bot behaves as expected.
#### If you want to learn more, please see the docs: https://rasa.com/docs/rasa/testing-your-assistant
stories:

- story: A basic story test
  steps:
  - user: |
      hello
    intent: greet
  - action: utter_greet
  - user: |
     Book a room for two please.
    intent: reservations
  - action: utter_reservation
    

- story: Fallback test
  steps:
  - user: |
      hello
    intent: greet
  - action: utter_greet
  - user: |
     Can we play golf?
    intent: nlu_fallback
  - action: zir_action_fallback