You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#bot_versionString

The version of the bot that processed the list.

Returns:

  • (String)

    The version of the bot that processed the list.

#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: