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.
7647 7648 7649 |
# File 'sig/types.rbs', line 7647 def destination_id @destination_id end |
#event ⇒ Types::ChatEvent
Returns the value of attribute event.
7649 7650 7651 |
# File 'sig/types.rbs', line 7649 def event @event end |
#new_session_details ⇒ Types::NewSessionDetails
Returns the value of attribute new_session_details.
7650 7651 7652 |
# File 'sig/types.rbs', line 7650 def new_session_details @new_session_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
7646 7647 7648 |
# File 'sig/types.rbs', line 7646 def source_id @source_id end |
#subtype ⇒ ::String
Returns the value of attribute subtype.
7648 7649 7650 |
# File 'sig/types.rbs', line 7648 def subtype @subtype end |