Skip to content

Instantly share code, notes, and snippets.

@Lakshmi-1212
Created October 9, 2022 08:56
Show Gist options
  • Save Lakshmi-1212/826ab19603195c62ba2f09b8952315cd to your computer and use it in GitHub Desktop.
Save Lakshmi-1212/826ab19603195c62ba2f09b8952315cd to your computer and use it in GitHub Desktop.
intents:
- goodbye
- greet
- recent_matches
- upcoming_matches
entities:
- team
slots:
team:
type: text
influence_conversation: false
mappings:
- type: from_entity
entity: team
responses:
utter_greet:
- text: Hey there! I am your cricket chatbot, how can I help you?
utter_goodbye:
- text: Bye
- text: Nice chatting with you!! Bye bye!!
- text: See ya!!
utter_restart:
- text: Is there anything else that I can help you with?
- text: Do you have any other query?
actions:
- action_get_recent_matches
- action_get_upcoming_matches
- utter_greet
- utter_restart
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment