Class: Aws::Types::SendChatIntegrationEventResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#initial_contact_id::String

Returns the value of attribute initial_contact_id.

Returns:

  • (::String)


7660
7661
7662
# File 'sig/types.rbs', line 7660

def initial_contact_id
  @initial_contact_id
end

#new_chat_createdBoolean

Returns the value of attribute new_chat_created.

Returns:

  • (Boolean)


7661
7662
7663
# File 'sig/types.rbs', line 7661

def new_chat_created
  @new_chat_created
end