class Aws::Connect::Client

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

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

Overloads:
  • start_outbound_chat_contact(params = {})

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

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

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

Options Hash: (**params)
  • :client_token (String) --
  • :supported_messaging_content_types (Array) --
  • :related_contact_id (String) --
  • :initial_system_message (Types::ChatMessage) --
  • :participant_details (Types::ParticipantDetails) --
  • :chat_duration_in_minutes (Integer) --
  • :contact_flow_id (required, String) --
  • :attributes (Hash) --
  • :segment_attributes (required, Hash) --
  • :instance_id (required, String) --
  • :destination_endpoint (required, Types::Endpoint) --
  • :source_endpoint (required, Types::Endpoint) --
def start_outbound_chat_contact(params = {}, options = {})
  req = build_request(:start_outbound_chat_contact, params)
  req.send_request(options)
end