Class: Aws::Types::SendChatIntegrationEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendChatIntegrationEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#event ⇒ Types::ChatEvent
Returns the value of attribute event.
-
#new_session_details ⇒ Types::NewSessionDetails
Returns the value of attribute new_session_details.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#subtype ⇒ ::String
Returns the value of attribute subtype.
Instance Attribute Details
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
7770 7771 7772 |
# File 'sig/types.rbs', line 7770 def destination_id @destination_id end |
#event ⇒ Types::ChatEvent
Returns the value of attribute event.
7772 7773 7774 |
# File 'sig/types.rbs', line 7772 def event @event end |
#new_session_details ⇒ Types::NewSessionDetails
Returns the value of attribute new_session_details.
7773 7774 7775 |
# File 'sig/types.rbs', line 7773 def new_session_details @new_session_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
7769 7770 7771 |
# File 'sig/types.rbs', line 7769 def source_id @source_id end |
#subtype ⇒ ::String
Returns the value of attribute subtype.
7771 7772 7773 |
# File 'sig/types.rbs', line 7771 def subtype @subtype end |