CreateSlotTypeVersionRequest
public struct CreateSlotTypeVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Checksum for the $LATEST version of the slot type that you want to publish. If you specify a checksum and the $LATEST version of the slot type has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn’t publish the new version. If you don’t specify a checksum, Amazon Lex publishes the $LATEST version.
Declaration
Swift
public let checksum: String?
-
The name of the slot type that you want to create a new version for. The name is case sensitive.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(checksum: String? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws