

******************
ConnectParticipant
******************



======
Client
======



.. py:class:: ConnectParticipant.Client

  A low-level client representing Amazon Connect Participant Service
  

  
  * `Participant Service actions <https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Participant_Service.html>`__
   
  * `Participant Service data types <https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Participant_Service.html>`__
  

   

  Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost. Amazon Connect communications capabilities make it easy for companies to deliver personalized interactions across communication channels, including chat.

   

  Use the Amazon Connect Participant Service to manage participants (for example, agents, customers, and managers listening in), and to send messages and events within a chat contact. The APIs in the service enable the following: sending chat messages, attachment sharing, managing a participant's connection state and message events, and retrieving chat transcripts.

  ::

    
    import boto3
    
    client = boto3.client('connectparticipant')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  connectparticipant/client/can_paginate
  connectparticipant/client/cancel_participant_authentication
  connectparticipant/client/close
  connectparticipant/client/complete_attachment_upload
  connectparticipant/client/create_participant_connection
  connectparticipant/client/describe_view
  connectparticipant/client/disconnect_participant
  connectparticipant/client/get_attachment
  connectparticipant/client/get_authentication_url
  connectparticipant/client/get_paginator
  connectparticipant/client/get_transcript
  connectparticipant/client/get_waiter
  connectparticipant/client/send_event
  connectparticipant/client/send_message
  connectparticipant/client/start_attachment_upload
