fixed domain.yml to abide by rasa3.0 format

This commit is contained in:
Pratyush Desai 2022-02-03 01:41:34 +05:30
parent 2a406e8f87
commit 09a68b838d
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
3 changed files with 9 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
venv/
.vscode
models/
models/
.rasa/

View File

@ -11,14 +11,14 @@ pipeline:
min_ngram: 1
max_ngram: 4
- name: DIETClassifier
epochs: 10
epochs: 100
- name: EntitySynonymMapper
- name: ResponseSelector
epochs: 10
epochs: 100
policies:
- name: MemoizationPolicy
- name: RulePolicy
- name: TEDPolicy
max_history: 5
epochs: 10
epochs: 100

View File

@ -8,8 +8,10 @@ intents:
- signup
slots:
email:
type: unfeaturized
type: text
influence_conversation: false
mappings:
- type: from_text
responses:
utter_greet:
- text: |
@ -30,5 +32,4 @@ actions:
forms:
signup_form:
required_slots:
email:
- type: from_text
- email