Class: Aws::LexModelsV2::Types::UserTurnInputSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#request_attributesHash<String,String>

Request attributes of the user turn.

Returns:

  • (Hash<String,String>)


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_stateTypes::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_inputTypes::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