Class: Aws::LexModelBuildingService::Types::GetUtterancesViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetUtterancesViewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot for which utterance information was returned.
-
#utterances ⇒ Array<Types::UtteranceList>
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot for which utterance information was returned.
2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2077 class GetUtterancesViewResponse < Struct.new( :bot_name, :utterances) include Aws::Structure end |
#utterances ⇒ Array<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.
2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2077 class GetUtterancesViewResponse < Struct.new( :bot_name, :utterances) include Aws::Structure end |