DeleteSessionRequest
public struct DeleteSessionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The alias in use for the bot that contains the session data.
Declaration
Swift
public let botAlias: String
-
The name of the bot that contains the session data.
Declaration
Swift
public let botName: String
-
The identifier of the user associated with the session data.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(botAlias: String, botName: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws