Class: Aws::Types::SendChatIntegrationEventRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_id::String

Returns the value of attribute destination_id.

Returns:

  • (::String)


7477
7478
7479
# File 'sig/types.rbs', line 7477

def destination_id
  @destination_id
end

#eventTypes::ChatEvent

Returns the value of attribute event.

Returns:



7479
7480
7481
# File 'sig/types.rbs', line 7479

def event
  @event
end

#new_session_detailsTypes::NewSessionDetails

Returns the value of attribute new_session_details.



7480
7481
7482
# File 'sig/types.rbs', line 7480

def new_session_details
  @new_session_details
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


7476
7477
7478
# File 'sig/types.rbs', line 7476

def source_id
  @source_id
end

#subtype::String

Returns the value of attribute subtype.

Returns:

  • (::String)


7478
7479
7480
# File 'sig/types.rbs', line 7478

def subtype
  @subtype
end