Class: Aws::LexModelBuildingService::Types::GetUtterancesViewResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot for which utterance information was returned.

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2403

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

#utterancesArray<Types::UtteranceList>

An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days.

Returns:



2403
2404
2405
2406
2407
2408
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2403

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