Class: Aws::LexModelsV2::Types::TestSetTurnRecord

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

Overview

Contains information about a turn in a test set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idString

The unique identifier for the conversation associated with the turn.

Returns:

  • (String)


14007
14008
14009
14010
14011
14012
14013
14014
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14007

class TestSetTurnRecord < Struct.new(
  :record_number,
  :conversation_id,
  :turn_number,
  :turn_specification)
  SENSITIVE = []
  include Aws::Structure
end

#record_numberInteger

The record number associated with the turn.

Returns:

  • (Integer)


14007
14008
14009
14010
14011
14012
14013
14014
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14007

class TestSetTurnRecord < Struct.new(
  :record_number,
  :conversation_id,
  :turn_number,
  :turn_specification)
  SENSITIVE = []
  include Aws::Structure
end

#turn_numberInteger

The number of turns that has elapsed up to that turn.

Returns:

  • (Integer)


14007
14008
14009
14010
14011
14012
14013
14014
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14007

class TestSetTurnRecord < Struct.new(
  :record_number,
  :conversation_id,
  :turn_number,
  :turn_specification)
  SENSITIVE = []
  include Aws::Structure
end

#turn_specificationTypes::TurnSpecification

Contains information about the agent or user turn depending upon type of turn.



14007
14008
14009
14010
14011
14012
14013
14014
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14007

class TestSetTurnRecord < Struct.new(
  :record_number,
  :conversation_id,
  :turn_number,
  :turn_specification)
  SENSITIVE = []
  include Aws::Structure
end