Class: Aws::LexModelsV2::Types::AnalyticsUtteranceAttributeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AnalyticsUtteranceAttributeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
An object containing the intent that the bot mapped the utterance to.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_used_intent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The intent that the bot mapped the utterance to.
 
Instance Attribute Details
#last_used_intent ⇒ String
The intent that the bot mapped the utterance to.
      1203 1204 1205 1206 1207  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1203 class AnalyticsUtteranceAttributeResult < Struct.new( :last_used_intent) SENSITIVE = [] include Aws::Structure end  |