

********************
ConnectWisdomService
********************



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



.. py:class:: ConnectWisdomService.Client

  A low-level client representing Amazon Connect Wisdom Service
  

  Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. Agents can search across connected repositories from within their agent desktop to find answers quickly. Use Amazon Connect Wisdom to create an assistant and a knowledge base, for example, or manage content by uploading custom files.

  ::

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

  

These are the available methods:

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

  wisdom/client/can_paginate
  wisdom/client/close
  wisdom/client/create_assistant
  wisdom/client/create_assistant_association
  wisdom/client/create_content
  wisdom/client/create_knowledge_base
  wisdom/client/create_quick_response
  wisdom/client/create_session
  wisdom/client/delete_assistant
  wisdom/client/delete_assistant_association
  wisdom/client/delete_content
  wisdom/client/delete_import_job
  wisdom/client/delete_knowledge_base
  wisdom/client/delete_quick_response
  wisdom/client/get_assistant
  wisdom/client/get_assistant_association
  wisdom/client/get_content
  wisdom/client/get_content_summary
  wisdom/client/get_import_job
  wisdom/client/get_knowledge_base
  wisdom/client/get_paginator
  wisdom/client/get_quick_response
  wisdom/client/get_recommendations
  wisdom/client/get_session
  wisdom/client/get_waiter
  wisdom/client/list_assistant_associations
  wisdom/client/list_assistants
  wisdom/client/list_contents
  wisdom/client/list_import_jobs
  wisdom/client/list_knowledge_bases
  wisdom/client/list_quick_responses
  wisdom/client/list_tags_for_resource
  wisdom/client/notify_recommendations_received
  wisdom/client/query_assistant
  wisdom/client/remove_knowledge_base_template_uri
  wisdom/client/search_content
  wisdom/client/search_quick_responses
  wisdom/client/search_sessions
  wisdom/client/start_content_upload
  wisdom/client/start_import_job
  wisdom/client/tag_resource
  wisdom/client/untag_resource
  wisdom/client/update_content
  wisdom/client/update_knowledge_base_template_uri
  wisdom/client/update_quick_response


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

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

  wisdom/paginator/ListAssistantAssociations
  wisdom/paginator/ListAssistants
  wisdom/paginator/ListContents
  wisdom/paginator/ListImportJobs
  wisdom/paginator/ListKnowledgeBases
  wisdom/paginator/ListQuickResponses
  wisdom/paginator/QueryAssistant
  wisdom/paginator/SearchContent
  wisdom/paginator/SearchQuickResponses
  wisdom/paginator/SearchSessions
