class Aws::Connect::Client

def send_chat_integration_event(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • send_chat_integration_event(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SendChatIntegrationEvent - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::SendChatIntegrationEventResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :new_session_details (Types::NewSessionDetails) --
  • :event (required, Types::ChatEvent) --
  • :subtype (String) --
  • :destination_id (required, String) --
  • :source_id (required, String) --
def send_chat_integration_event(params = {}, options = {})
  req = build_request(:send_chat_integration_event, params)
  req.send_request(options)
end