Class: Aws::LexModelsV2::Types::UserTurnSpecification

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

Overview

Contains information about the expected and input values for the user turn.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expectedTypes::UserTurnOutputSpecification

Contains results about the expected output for the user turn.



15584
15585
15586
15587
15588
15589
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15584

class UserTurnSpecification < Struct.new(
  :input,
  :expected)
  SENSITIVE = []
  include Aws::Structure
end

#inputTypes::UserTurnInputSpecification

Contains information about the user messages in the turn in the input.



15584
15585
15586
15587
15588
15589
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15584

class UserTurnSpecification < Struct.new(
  :input,
  :expected)
  SENSITIVE = []
  include Aws::Structure
end