Class: Aws::LexModelsV2::Types::ListIntentStageMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListIntentStageMetricsResponse
- 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 identifier for the bot for which you retrieved intent stage metrics.
-
#next_token ⇒ String
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
-
#results ⇒ Array<Types::AnalyticsIntentStageResult>
The results for the intent stage metrics.
Instance Attribute Details
#bot_id ⇒ String
The identifier for the bot for which you retrieved intent stage metrics.
10015 10016 10017 10018 10019 10020 10021 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10015 class ListIntentStageMetricsResponse < Struct.new( :bot_id, :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response from the ListIntentStageMetrics 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 ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
10015 10016 10017 10018 10019 10020 10021 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10015 class ListIntentStageMetricsResponse < Struct.new( :bot_id, :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::AnalyticsIntentStageResult>
The results for the intent stage metrics.
10015 10016 10017 10018 10019 10020 10021 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10015 class ListIntentStageMetricsResponse < Struct.new( :bot_id, :results, :next_token) SENSITIVE = [] include Aws::Structure end |