Class: Aws::Connect::Types::SendChatIntegrationEventResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initial_contact_idString

Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.

Returns:

  • (String)


17276
17277
17278
17279
17280
17281
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17276

class SendChatIntegrationEventResponse < Struct.new(
  :initial_contact_id,
  :new_chat_created)
  SENSITIVE = []
  include Aws::Structure
end

#new_chat_createdBoolean

Whether handling the integration event resulted in creating a new chat or acting on existing chat.

Returns:

  • (Boolean)


17276
17277
17278
17279
17280
17281
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17276

class SendChatIntegrationEventResponse < Struct.new(
  :initial_contact_id,
  :new_chat_created)
  SENSITIVE = []
  include Aws::Structure
end