PredictedIntent

public struct PredictedIntent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the intent that Amazon Lex suggests satisfies the user’s intent.

    Declaration

    Swift

    public let intentName: String?
  • Indicates how confident Amazon Lex is that an intent satisfies the user’s intent.

    Declaration

    Swift

    public let nluIntentConfidence: IntentConfidence?
  • The slot and slot values associated with the predicted intent.

    Declaration

    Swift

    public let slots: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(intentName: String? = nil, nluIntentConfidence: IntentConfidence? = nil, slots: [String : String]? = nil)