Class: Aws::LexModelBuildingService::Types::UtteranceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::UtteranceData
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a single utterance that was made to your bot.
Constant Summary collapse
- SENSITIVE =
[]
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.
4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4517 class UtteranceData < Struct.new( :utterance_string, :count, :distinct_users, :first_uttered_date, :last_uttered_date) SENSITIVE = [] include Aws::Structure end |
#distinct_users ⇒ Integer
The total number of individuals that used the utterance.
4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4517 class UtteranceData < Struct.new( :utterance_string, :count, :distinct_users, :first_uttered_date, :last_uttered_date) SENSITIVE = [] include Aws::Structure end |
#first_uttered_date ⇒ Time
The date that the utterance was first recorded.
4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4517 class UtteranceData < Struct.new( :utterance_string, :count, :distinct_users, :first_uttered_date, :last_uttered_date) SENSITIVE = [] include Aws::Structure end |
#last_uttered_date ⇒ Time
The date that the utterance was last recorded.
4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4517 class UtteranceData < Struct.new( :utterance_string, :count, :distinct_users, :first_uttered_date, :last_uttered_date) SENSITIVE = [] include Aws::Structure end |
#utterance_string ⇒ String
The text that was entered by the user or the text representation of an audio clip.
4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4517 class UtteranceData < Struct.new( :utterance_string, :count, :distinct_users, :first_uttered_date, :last_uttered_date) SENSITIVE = [] include Aws::Structure end |