Statement
public struct Statement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A collection of message objects.
Declaration
Swift
public let messages: [Message]
-
At runtime, if the client is using the PostText API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.
Declaration
Swift
public let responseCard: String?
-
Undocumented
Declaration
Swift
public init(messages: [Message], responseCard: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws