Class: Aws::LexModelsV2::Types::ListSessionAnalyticsDataResponse

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 sessions belong to.

Returns:

  • (String)


10226
10227
10228
10229
10230
10231
10232
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10226

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

#next_tokenString

If the response from the ListSessionAnalyticsData 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 ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.

Returns:

  • (String)


10226
10227
10228
10229
10230
10231
10232
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10226

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

#sessionsArray<Types::SessionSpecification>

A list of objects, each of which contains information about a session with the bot.

Returns:



10226
10227
10228
10229
10230
10231
10232
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10226

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