Class: Aws::LexModelsV2::Types::ListSessionAnalyticsDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListSessionAnalyticsDataResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/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 sessions belong to.
-
#next_token ⇒ String
If the response from the ListSessionAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
-
#sessions ⇒ Array<Types::SessionSpecification>
A list of objects, each of which contains information about a session with the bot.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot that the sessions belong to.
9688 9689 9690 9691 9692 9693 9694 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9688 class ListSessionAnalyticsDataResponse < Struct.new( :bot_id, :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
9688 9689 9690 9691 9692 9693 9694 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9688 class ListSessionAnalyticsDataResponse < Struct.new( :bot_id, :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::SessionSpecification>
A list of objects, each of which contains information about a session with the bot.
9688 9689 9690 9691 9692 9693 9694 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9688 class ListSessionAnalyticsDataResponse < Struct.new( :bot_id, :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |