Class: Aws::LexModelsV2::Types::UserTurnSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UserTurnSpecification
- 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
-
#expected ⇒ Types::UserTurnOutputSpecification
Contains results about the expected output for the user turn.
-
#input ⇒ Types::UserTurnInputSpecification
Contains information about the user messages in the turn in the input.
Instance Attribute Details
#expected ⇒ Types::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 |
#input ⇒ Types::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 |