IntentConfidence
public struct IntentConfidence : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A score that indicates how confident Amazon Lex is that an intent satisfies the user’s intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.
Declaration
Swift
public let score: Double?
-
Undocumented
Declaration
Swift
public init(score: Double? = nil)