

******************
ConnectContactLens
******************



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



.. py:class:: ConnectContactLens.Client

  A low-level client representing Amazon Connect Contact Lens
  

  
  * `Contact Lens actions <https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Contact_Lens.html>`__
   
  * `Contact Lens data types <https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Contact_Lens.html>`__
  

   

  Amazon Connect Contact Lens enables you to analyze conversations between customer and agents, by using speech transcription, natural language processing, and intelligent search capabilities. It performs sentiment analysis, detects issues, and enables you to automatically categorize contacts.

   

  Amazon Connect Contact Lens provides both real-time and post-call analytics of customer-agent conversations. For more information, see `Analyze conversations using speech analytics <https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html>`__ in the *Amazon Connect Administrator Guide*.

  ::

    
    import boto3
    
    client = boto3.client('connect-contact-lens')

  

These are the available methods:

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

  connect-contact-lens/client/can_paginate
  connect-contact-lens/client/close
  connect-contact-lens/client/get_paginator
  connect-contact-lens/client/get_waiter
  connect-contact-lens/client/list_realtime_contact_analysis_segments
