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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.



14081
14082
14083
14084
14085
14086
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14081

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.



14081
14082
14083
14084
14085
14086
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14081

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