Class: Aws::LexModelsV2::Types::AnalyticsIntentStageGroupBySpecification

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

Overview

Contains the category by which to group the intent stages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Specifies whether to group the intent stages by their name or the intent to which the session was switched.

Returns:

  • (String)


695
696
697
698
699
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 695

class AnalyticsIntentStageGroupBySpecification < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end