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

#name ⇒ String

The name of the intent.

Returns:

  • (String)


16403
16404
16405
16406
16407
16408
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 16403

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

#slots ⇒ Hash<String,Types::UserTurnSlotOutput>

The slots associated with the intent.

Returns:



16403
16404
16405
16406
16407
16408
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 16403

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