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:



15901
15902
15903
15904
15905
15906
15907
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15901

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

#intentTypes::UserTurnIntentOutput

Contains information about the intent.



15901
15902
15903
15904
15905
15906
15907
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15901

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)


15901
15902
15903
15904
15905
15906
15907
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15901

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