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_id ⇒ String

The unique identifier for the conversation associated with the turn.

Returns:

  • (String)


14846
14847
14848
14849
14850
14851
14852
14853
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14846

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

#record_number ⇒ Integer

The record number associated with the turn.

Returns:

  • (Integer)


14846
14847
14848
14849
14850
14851
14852
14853
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14846

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

#turn_number ⇒ Integer

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

Returns:

  • (Integer)


14846
14847
14848
14849
14850
14851
14852
14853
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14846

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

#turn_specification ⇒ Types::TurnSpecification

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



14846
14847
14848
14849
14850
14851
14852
14853
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14846

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