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

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



15511
15512
15513
15514
15515
15516
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15511

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.



15511
15512
15513
15514
15515
15516
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15511

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