Class: Aws::LexModelsV2::Types::ListUtteranceAnalyticsDataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot that the utterances belong to.

Returns:

  • (String)


10846
10847
10848
10849
10850
10851
10852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10846

class ListUtteranceAnalyticsDataResponse < Struct.new(
  :bot_id,
  :next_token,
  :utterances)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


10846
10847
10848
10849
10850
10851
10852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10846

class ListUtteranceAnalyticsDataResponse < Struct.new(
  :bot_id,
  :next_token,
  :utterances)
  SENSITIVE = []
  include Aws::Structure
end

#utterancesArray<Types::UtteranceSpecification>

A list of objects, each of which contains information about an utterance in a user session with your bot.

Returns:



10846
10847
10848
10849
10850
10851
10852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10846

class ListUtteranceAnalyticsDataResponse < Struct.new(
  :bot_id,
  :next_token,
  :utterances)
  SENSITIVE = []
  include Aws::Structure
end