Class: Aws::LexModelsV2::Types::ConversationLevelResultDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ConversationLevelResultDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The conversation level details of the conversation used in the test set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_to_end_result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The success or failure of the streaming of the conversation.
 - 
  
    
      #speech_transcription_result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The speech transcription success or failure details of the conversation.
 
Instance Attribute Details
#end_to_end_result ⇒ String
The success or failure of the streaming of the conversation.
      3145 3146 3147 3148 3149 3150  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3145 class ConversationLevelResultDetail < Struct.new( :end_to_end_result, :speech_transcription_result) SENSITIVE = [] include Aws::Structure end  | 
  
#speech_transcription_result ⇒ String
The speech transcription success or failure details of the conversation.
      3145 3146 3147 3148 3149 3150  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3145 class ConversationLevelResultDetail < Struct.new( :end_to_end_result, :speech_transcription_result) SENSITIVE = [] include Aws::Structure end  |