Class: Aws::LexModelsV2::Types::UserTurnIntentOutput

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

Overview

Contains information about the intent that is output for the turn by the test execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the intent.

Returns:

  • (String)


15454
15455
15456
15457
15458
15459
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15454

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

#slotsHash<String,Types::UserTurnSlotOutput>

The slots associated with the intent.

Returns:



15454
15455
15456
15457
15458
15459
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15454

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