Class: Aws::LexModelsV2::Types::ListUtteranceAnalyticsDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListUtteranceAnalyticsDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot that the utterances belong to.
-
#next_token ⇒ String
If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
-
#utterances ⇒ Array<Types::UtteranceSpecification>
A list of objects, each of which contains information about an utterance in a user session with your bot.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot that the utterances belong to.
10919 10920 10921 10922 10923 10924 10925 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10919 class ListUtteranceAnalyticsDataResponse < Struct.new( :bot_id, :next_token, :utterances) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
10919 10920 10921 10922 10923 10924 10925 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10919 class ListUtteranceAnalyticsDataResponse < Struct.new( :bot_id, :next_token, :utterances) SENSITIVE = [] include Aws::Structure end |
#utterances ⇒ Array<Types::UtteranceSpecification>
A list of objects, each of which contains information about an utterance in a user session with your bot.
10919 10920 10921 10922 10923 10924 10925 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10919 class ListUtteranceAnalyticsDataResponse < Struct.new( :bot_id, :next_token, :utterances) SENSITIVE = [] include Aws::Structure end |