Class: Aws::LexModelsV2::Types::AssociatedTranscript
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AssociatedTranscript
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The object containing information that associates the recommended intent/slot type with a conversation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transcript  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content of the transcript that meets the search filter criteria.
 
Instance Attribute Details
#transcript ⇒ String
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see [Output transcript format].
[1]: docs.aws.amazon.com/lexv2/latest/dg/designing-output-format.html
      1489 1490 1491 1492 1493  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1489 class AssociatedTranscript < Struct.new( :transcript) SENSITIVE = [] include Aws::Structure end  |