From c0b953ebb66844e315d69f65fa3bc6ccfaca1dbb Mon Sep 17 00:00:00 2001 From: akelad Date: Thu, 8 Oct 2020 11:35:49 +0200 Subject: [PATCH] fix threshold key in docs --- docs/docs/fallback-handoff.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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