Class: Aws::LexModelsV2::Types::StartTestExecutionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::StartTestExecutionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether we use streaming or non-streaming APIs for the test set execution.
 - 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation date and time for the test set execution.
 - 
  
    
      #target  ⇒ Types::TestExecutionTarget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target bot for the test set execution.
 - 
  
    
      #test_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the test set execution.
 - 
  
    
      #test_execution_modality  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether audio or text is used.
 - 
  
    
      #test_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set Id for the test set execution.
 
Instance Attribute Details
#api_mode ⇒ String
Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
      13175 13176 13177 13178 13179 13180 13181 13182 13183 13184  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13175 class StartTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date_time ⇒ Time
The creation date and time for the test set execution.
      13175 13176 13177 13178 13179 13180 13181 13182 13183 13184  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13175 class StartTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end  | 
  
#target ⇒ Types::TestExecutionTarget
The target bot for the test set execution.
      13175 13176 13177 13178 13179 13180 13181 13182 13183 13184  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13175 class StartTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end  | 
  
#test_execution_id ⇒ String
The unique identifier of the test set execution.
      13175 13176 13177 13178 13179 13180 13181 13182 13183 13184  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13175 class StartTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end  | 
  
#test_execution_modality ⇒ String
Indicates whether audio or text is used.
      13175 13176 13177 13178 13179 13180 13181 13182 13183 13184  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13175 class StartTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_id ⇒ String
The test set Id for the test set execution.
      13175 13176 13177 13178 13179 13180 13181 13182 13183 13184  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13175 class StartTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end  |