Class: Aws::Types::TestSetTurnRecord
- Inherits:
-
Object
- Object
- Aws::Types::TestSetTurnRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
-
#record_number ⇒ ::Integer
Returns the value of attribute record_number.
-
#turn_number ⇒ ::Integer
Returns the value of attribute turn_number.
-
#turn_specification ⇒ Types::TurnSpecification
Returns the value of attribute turn_specification.
Instance Attribute Details
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def conversation_id @conversation_id end |
#record_number ⇒ ::Integer
Returns the value of attribute record_number.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def record_number @record_number end |
#turn_number ⇒ ::Integer
Returns the value of attribute turn_number.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def turn_number @turn_number end |
#turn_specification ⇒ Types::TurnSpecification
Returns the value of attribute turn_specification.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def turn_specification @turn_specification end |