Class: Aws::LexModelsV2::Types::TestSetTurnRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestSetTurnRecord
- 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
-
#conversation_id ⇒ String
The unique identifier for the conversation associated with the turn.
-
#record_number ⇒ Integer
The record number associated with the turn.
-
#turn_number ⇒ Integer
The number of turns that has elapsed up to that turn.
-
#turn_specification ⇒ Types::TurnSpecification
Contains information about the agent or user turn depending upon type of turn.
Instance Attribute Details
#conversation_id ⇒ String
The unique identifier for the conversation associated with the 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 |
#record_number ⇒ Integer
The record number associated with the 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 |
#turn_number ⇒ Integer
The number of turns that has elapsed up to that 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 |
#turn_specification ⇒ Types::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 |