Class: Aws::VoiceID::Types::EvaluateSessionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::EvaluateSessionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the domain where the session started.
 - 
  
    
      #session_name_or_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The session identifier, or name of the session, that you want to evaluate.
 
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain where the session started.
      758 759 760 761 762 763  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 758 class EvaluateSessionRequest < Struct.new( :domain_id, :session_name_or_id) SENSITIVE = [] include Aws::Structure end  | 
  
#session_name_or_id ⇒ String
The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.
      758 759 760 761 762 763  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 758 class EvaluateSessionRequest < Struct.new( :domain_id, :session_name_or_id) SENSITIVE = [] include Aws::Structure end  |