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)


7485
7486
7487
# File 'sig/types.rbs', line 7485

def initial_contact_id
  @initial_contact_id
end

#new_chat_createdBoolean

Returns the value of attribute new_chat_created.

Returns:

  • (Boolean)


7486
7487
7488
# File 'sig/types.rbs', line 7486

def new_chat_created
  @new_chat_created
end