FollowUpPrompt
public struct FollowUpPrompt : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Prompts for information from the user.
Declaration
Swift
public let prompt: Prompt
-
If the user answers “no” to the question defined in the prompt field, Amazon Lex responds with this statement to acknowledge that the intent was canceled.
Declaration
Swift
public let rejectionStatement: Statement
-
Declaration
Swift
public func validate(name: String) throws