You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::UtteranceData
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelBuildingService::Types::UtteranceData
 
- Defined in:
- (unknown)
Overview
Provides information about a single utterance that was made to your bot.
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of times that the utterance was processed. 
- 
  
    
      #distinct_users  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of individuals that used the utterance. 
- 
  
    
      #first_uttered_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date that the utterance was first recorded. 
- 
  
    
      #last_uttered_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date that the utterance was last recorded. 
- 
  
    
      #utterance_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The text that was entered by the user or the text representation of an audio clip. 
Instance Attribute Details
#count ⇒ Integer
The number of times that the utterance was processed.
#distinct_users ⇒ Integer
The total number of individuals that used the utterance.
#first_uttered_date ⇒ Time
The date that the utterance was first recorded.
#last_uttered_date ⇒ Time
The date that the utterance was last recorded.
#utterance_string ⇒ String
The text that was entered by the user or the text representation of an audio clip.