Class: Aws::Types::MessageStopEvent
- Inherits:
-
Object
- Object
- Aws::Types::MessageStopEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_response_fields ⇒ Object
Returns the value of attribute additional_model_response_fields.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#stop_reason ⇒ "end_turn", ...
Returns the value of attribute stop_reason.
Instance Attribute Details
#additional_model_response_fields ⇒ Object
Returns the value of attribute additional_model_response_fields.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def additional_model_response_fields @additional_model_response_fields end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def event_type @event_type end |
#stop_reason ⇒ "end_turn", ...
Returns the value of attribute stop_reason.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def stop_reason @stop_reason end |