You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lex::Types::DeleteSessionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lex::Types::DeleteSessionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing DeleteSessionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  bot_name: "BotName", # required
  bot_alias: "BotAlias", # required
  user_id: "UserId", # required
}
Instance Attribute Summary collapse
- 
  
    
      #bot_alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The alias in use for the bot that contains the session data. 
- 
  
    
      #bot_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the bot that contains the session data. 
- 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the user associated with the session data. 
Instance Attribute Details
#bot_alias ⇒ String
The alias in use for the bot that contains the session data.
#bot_name ⇒ String
The name of the bot that contains the session data.
#user_id ⇒ String
The identifier of the user associated with the session data.