Class: Aws::LexModelBuildingService::Types::UtteranceList

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

Overview

Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_versionString

The version of the bot that processed the list.

Returns:

  • (String)


4542
4543
4544
4545
4546
4547
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4542

class UtteranceList < Struct.new(
  :bot_version,
  :utterances)
  SENSITIVE = []
  include Aws::Structure
end

#utterancesArray<Types::UtteranceData>

One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

Returns:



4542
4543
4544
4545
4546
4547
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4542

class UtteranceList < Struct.new(
  :bot_version,
  :utterances)
  SENSITIVE = []
  include Aws::Structure
end