class Aws::Connect::Client
def create_participant(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_participant(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateParticipant - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateParticipantResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:participant_details
(required, Types::ParticipantDetailsToAdd
) -- -
:client_token
(String
) -- -
:contact_id
(required, String
) -- -
:instance_id
(required, String
) --
def create_participant(params = {}, options = {}) req = build_request(:create_participant, params) req.send_request(options) end