Class: Aws::Types::TurnSpecification
- Inherits:
-
Object
- Object
- Aws::Types::TurnSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_turn ⇒ Types::AgentTurnSpecification
Returns the value of attribute agent_turn.
-
#user_turn ⇒ Types::UserTurnSpecification
Returns the value of attribute user_turn.
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 |