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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


15381
15382
15383
15384
15385
15386
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15381

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

#slotsHash<String,Types::UserTurnSlotOutput>

The slots associated with the intent.

Returns:



15381
15382
15383
15384
15385
15386
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15381

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