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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

The number of times that the utterance was processed.

Returns:

  • (Integer)


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_usersInteger

The total number of individuals that used the utterance.

Returns:

  • (Integer)


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_dateTime

The date that the utterance was first recorded.

Returns:

  • (Time)


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_dateTime

The date that the utterance was last recorded.

Returns:

  • (Time)


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_stringString

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

Returns:

  • (String)


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