Class: Aws::Types::TurnSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_turn ⇒ Types::AgentTurnSpecification

Returns the value of attribute agent_turn.



3487
3488
3489
# File 'sig/types.rbs', line 3487

def agent_turn
  @agent_turn
end

#user_turn ⇒ Types::UserTurnSpecification

Returns the value of attribute user_turn.



3488
3489
3490
# File 'sig/types.rbs', line 3488

def user_turn
  @user_turn
end