version: "2.0" stories: # - story: initiate # steps: # - intent: greet # - action: action_time_greet # - intent: request_init # - action: utter_init # - intent: location # - action: utter_loc #story for selector 1 - story: select1 steps: - intent: greet - action: action_time_greet - intent: request_init - action: action_one #story for selector 2 - story: select2 steps: - intent: greet - action: action_time_greet - intent: request_init - action: action_one - intent: location - action: action_location #story for selector 3 - story: select3 steps: - intent: greet - action: action_time_greet - intent: request_init - action: action_one - intent: tagihan - action: utter_init3