Button
public struct Button : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Text that is visible to the user on the button.
Declaration
Swift
public let text: String -
The value sent to Amazon Lex when a user chooses the button. For example, consider button text “NYC.” When the user chooses the button, the value sent can be “New York City.”
Declaration
Swift
public let value: String -
Undocumented
Declaration
Swift
public init(text: String, value: String)
View on GitHub
Button Structure Reference