Class: Aws::LexModelsV2::Types::UserTurnOutputSpecification

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

Overview

Contains results that are output for the user turn by the test execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_contextsArray<Types::ActiveContext>

The contexts that are active in the turn.

Returns:



15479
15480
15481
15482
15483
15484
15485
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15479

class UserTurnOutputSpecification < Struct.new(
  :intent,
  :active_contexts,
  :transcript)
  SENSITIVE = []
  include Aws::Structure
end

#intentTypes::UserTurnIntentOutput

Contains information about the intent.



15479
15480
15481
15482
15483
15484
15485
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15479

class UserTurnOutputSpecification < Struct.new(
  :intent,
  :active_contexts,
  :transcript)
  SENSITIVE = []
  include Aws::Structure
end

#transcriptString

The transcript that is output for the user turn by the test execution.

Returns:

  • (String)


15479
15480
15481
15482
15483
15484
15485
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15479

class UserTurnOutputSpecification < Struct.new(
  :intent,
  :active_contexts,
  :transcript)
  SENSITIVE = []
  include Aws::Structure
end