Class: Aws::Types::SendChatIntegrationEventResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendChatIntegrationEventResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
-
#new_chat_created ⇒ Boolean
Returns the value of attribute new_chat_created.
Instance Attribute Details
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
7485 7486 7487 |
# File 'sig/types.rbs', line 7485 def initial_contact_id @initial_contact_id end |
#new_chat_created ⇒ Boolean
Returns the value of attribute new_chat_created.
7486 7487 7488 |
# File 'sig/types.rbs', line 7486 def new_chat_created @new_chat_created end |