diff --git a/docs/docs/fallback-handoff.mdx b/docs/docs/fallback-handoff.mdx index b4bc1e7e2d3c..a75b62ff3bbd 100644 --- a/docs/docs/fallback-handoff.mdx +++ b/docs/docs/fallback-handoff.mdx @@ -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 @@ -245,7 +245,7 @@ to your policy configuration: pipeline: # other components - name: FallbackClassifier - confidence_threshold: 0.7 + threshold: 0.7 policies: # other policies