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)


13934
13935
13936
13937
13938
13939
13940
13941
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13934

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)


13934
13935
13936
13937
13938
13939
13940
13941
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13934

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)


13934
13935
13936
13937
13938
13939
13940
13941
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13934

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.



13934
13935
13936
13937
13938
13939
13940
13941
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13934

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