AWSLexDeleteSessionRequest

Objective-C

@interface AWSLexDeleteSessionRequest

Swift

class AWSLexDeleteSessionRequest
  • The alias in use for the bot that contains the session data.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable botAlias;

    Swift

    var botAlias: String? { get set }
  • The name of the bot that contains the session data.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable botName;

    Swift

    var botName: String? { get set }
  • The identifier of the user associated with the session data.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userId;

    Swift

    var userId: String? { get set }