Class: Aws::LexModelBuildingService::Types::UtteranceData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Provides information about a single utterance that was made to your bot.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of times that the utterance was processed.



3296
3297
3298
3299
3300
3301
3302
3303
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3296

class UtteranceData < Struct.new(
  :utterance_string,
  :count,
  :distinct_users,
  :first_uttered_date,
  :last_uttered_date)
  include Aws::Structure
end

#distinct_usersInteger

The total number of individuals that used the utterance.



3296
3297
3298
3299
3300
3301
3302
3303
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3296

class UtteranceData < Struct.new(
  :utterance_string,
  :count,
  :distinct_users,
  :first_uttered_date,
  :last_uttered_date)
  include Aws::Structure
end

#first_uttered_dateTime

The date that the utterance was first recorded.



3296
3297
3298
3299
3300
3301
3302
3303
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3296

class UtteranceData < Struct.new(
  :utterance_string,
  :count,
  :distinct_users,
  :first_uttered_date,
  :last_uttered_date)
  include Aws::Structure
end

#last_uttered_dateTime

The date that the utterance was last recorded.



3296
3297
3298
3299
3300
3301
3302
3303
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3296

class UtteranceData < Struct.new(
  :utterance_string,
  :count,
  :distinct_users,
  :first_uttered_date,
  :last_uttered_date)
  include Aws::Structure
end

#utterance_stringString

The text that was entered by the user or the text representation of an audio clip.



3296
3297
3298
3299
3300
3301
3302
3303
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3296

class UtteranceData < Struct.new(
  :utterance_string,
  :count,
  :distinct_users,
  :first_uttered_date,
  :last_uttered_date)
  include Aws::Structure
end