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

#expected ⇒ Types::UserTurnOutputSpecification

Contains results about the expected output for the user turn.



16533
16534
16535
16536
16537
16538
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 16533

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

#input ⇒ Types::UserTurnInputSpecification

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



16533
16534
16535
16536
16537
16538
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 16533

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