Class: Aws::Types::TestSetTurnRecord

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_id ⇒ ::String

Returns the value of attribute conversation_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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