DeleteSessionResponse

public struct DeleteSessionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The alias in use for the bot associated with the session data.

    Declaration

    Swift

    public let botAlias: String?
  • The name of the bot associated with the session data.

    Declaration

    Swift

    public let botName: String?
  • The unique identifier for the session.

    Declaration

    Swift

    public let sessionId: String?
  • The ID of the client application user.

    Declaration

    Swift

    public let userId: String?
  • Undocumented

    Declaration

    Swift

    public init(botAlias: String? = nil, botName: String? = nil, sessionId: String? = nil, userId: String? = nil)