Class: Aws::LexModelsV2::Types::TurnSpecification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains information about the messages in the turn.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_turnTypes::AgentTurnSpecification

Contains information about the agent messages in the turn.



14154
14155
14156
14157
14158
14159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14154

class TurnSpecification < Struct.new(
  :agent_turn,
  :user_turn)
  SENSITIVE = []
  include Aws::Structure
end

#user_turnTypes::UserTurnSpecification

Contains information about the user messages in the turn.



14154
14155
14156
14157
14158
14159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14154

class TurnSpecification < Struct.new(
  :agent_turn,
  :user_turn)
  SENSITIVE = []
  include Aws::Structure
end