Class: Aws::LexModelsV2::Types::UserTurnInputSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UserTurnInputSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the user messages in the turn in the input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_attributes ⇒ Hash<String,String>
Request attributes of the user turn.
-
#session_state ⇒ Types::InputSessionStateSpecification
Contains information about the session state in the input.
-
#utterance_input ⇒ Types::UtteranceInputSpecification
The utterance input in the user turn.
Instance Attribute Details
#request_attributes ⇒ Hash<String,String>
Request attributes of the user turn.
15433 15434 15435 15436 15437 15438 15439 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15433 class UserTurnInputSpecification < Struct.new( :utterance_input, :request_attributes, :session_state) SENSITIVE = [] include Aws::Structure end |
#session_state ⇒ Types::InputSessionStateSpecification
Contains information about the session state in the input.
15433 15434 15435 15436 15437 15438 15439 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15433 class UserTurnInputSpecification < Struct.new( :utterance_input, :request_attributes, :session_state) SENSITIVE = [] include Aws::Structure end |
#utterance_input ⇒ Types::UtteranceInputSpecification
The utterance input in the user turn.
15433 15434 15435 15436 15437 15438 15439 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15433 class UserTurnInputSpecification < Struct.new( :utterance_input, :request_attributes, :session_state) SENSITIVE = [] include Aws::Structure end |