class Aws::Connect::Client
def start_chat_contact(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
start_chat_contact(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartChatContact - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::StartChatContactResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:customer_id
(String
) -- -
:segment_attributes
(Hash
) -- -
:related_contact_id
(String
) -- -
:persistent_chat
(Types::PersistentChat
) -- -
:supported_messaging_content_types
(Array
) -- -
:chat_duration_in_minutes
(Integer
) -- -
:client_token
(String
) -- -
:initial_message
(Types::ChatMessage
) -- -
:participant_details
(required, Types::ParticipantDetails
) -- -
:attributes
(Hash
) -- -
:contact_flow_id
(required, String
) -- -
:instance_id
(required, String
) --
def start_chat_contact(params = {}, options = {}) req = build_request(:start_chat_contact, params) req.send_request(options) end