13 lines
258 B
YAML
13 lines
258 B
YAML
version: "3.1"
|
|
|
|
intents:
|
|
- intent_randomuser
|
|
- intent_ask_llama
|
|
- intent_swiss_zipcode
|
|
- intent_firstname_signification_by_llama
|
|
|
|
actions:
|
|
- action_randomuser
|
|
- action_ask_llama
|
|
- action_swiss_zipcode
|
|
- action_firstname_signification_by_llama |