Class: Aws::LexModelsV2::Types::ListSessionMetricsResponse

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 identifier for the bot for which you retrieved session metrics.

Returns:

  • (String)


10334
10335
10336
10337
10338
10339
10340
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10334

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

#next_tokenString

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

Returns:

  • (String)


10334
10335
10336
10337
10338
10339
10340
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10334

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

#resultsArray<Types::AnalyticsSessionResult>

The results for the session metrics.

Returns:



10334
10335
10336
10337
10338
10339
10340
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10334

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