AWSLexDeleteSessionResponse

Objective-C

@interface AWSLexDeleteSessionResponse

Swift

class AWSLexDeleteSessionResponse
  • The alias in use for the bot associated with the session data.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var botName: String? { get set }
  • The unique identifier for the session.

    Declaration

    Objective-C

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

    Swift

    var sessionId: String? { get set }
  • The ID of the client application user.

    Declaration

    Objective-C

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

    Swift

    var userId: String? { get set }