AWSLexDeleteSessionRequest
Objective-C
@interface AWSLexDeleteSessionRequestSwift
class AWSLexDeleteSessionRequest- 
                  
                  The alias in use for the bot that contains the session data. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable botAlias;Swift var botAlias: String? { get set }
- 
                  
                  The name of the bot that contains the session data. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable botName;Swift var botName: String? { get set }
- 
                  
                  The identifier of the user associated with the session data. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable userId;Swift var userId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSLexDeleteSessionRequest Class Reference
        AWSLexDeleteSessionRequest Class Reference