Skip to content

Commit

Permalink
Merge branch '2.0.x' into fix-yaml-story-writer
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn authored Oct 8, 2020
2 parents 566538b + c0b953e commit d497757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/fallback-handoff.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To use the FallbackClassifier, add it to your NLU pipeline:
pipeline:
# other components
- name: FallbackClassifier
confidence_threshold: 0.7
threshold: 0.7
```

#### 2. Defining the response message
Expand Down Expand Up @@ -245,7 +245,7 @@ to your policy configuration:
pipeline:
# other components
- name: FallbackClassifier
confidence_threshold: 0.7
threshold: 0.7

policies:
# other policies
Expand Down

0 comments on commit d497757

Please sign in to comment.