You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Libraries/src/Amazon.Lambda.LexV2Events/LexV2Interpretation.cs
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ public class LexV2Interpretation
12
12
publicLexV2IntentIntent{get;set;}
13
13
14
14
/// <summary>
15
-
/// Determines the threshold where Amazon Lex V2 will insert the <c>AMAZON.FallbackIntent</c>, <c>AMAZON.KendraSearchIntent</c>, or both when returning
16
-
/// alternative intents in a response. <c>AMAZON.FallbackIntent</c> and <c>AMAZON.KendraSearchIntent</c> are only inserted if they are configured for the bot.
15
+
/// Represents a score that indicates the confidence that Amazon Lex V2 has that an intent is the one that satisfies the user's intent. Determines the threshold
16
+
/// where Amazon Lex V2 will insert the <c>AMAZON.FallbackIntent</c>, <c>AMAZON.KendraSearchIntent</c>, or both when returning alternative intents in a response.
17
+
/// <c>AMAZON.FallbackIntent</c> and <c>AMAZON.KendraSearchIntent</c> are only inserted if they are configured for the bot.
17
18
/// </summary>
18
-
publicLexV2ConfidenceScoreNluConfidence{get;set;}
19
+
publicdouble?NluConfidence{get;set;}
19
20
20
21
/// <summary>
21
22
/// The sentiment expressed in an utterance.
@@ -24,19 +25,6 @@ public class LexV2Interpretation
0 commit comments