:doc:`QConnect <../../qconnect>` / Client / remove_assistant_ai_agent

*************************
remove_assistant_ai_agent
*************************



.. py:method:: QConnect.Client.remove_assistant_ai_agent(**kwargs)

  

  Removes the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/RemoveAssistantAIAgent>`_  


  **Request Syntax**
  ::

    response = client.remove_assistant_ai_agent(
        assistantId='string',
        aiAgentType='MANUAL_SEARCH'|'ANSWER_RECOMMENDATION'|'SELF_SERVICE'|'EMAIL_RESPONSE'|'EMAIL_OVERVIEW'|'EMAIL_GENERATIVE_ANSWER'|'ORCHESTRATION'|'NOTE_TAKING'|'CASE_SUMMARIZATION',
        orchestratorUseCase='string'
    )
    
  :type assistantId: string
  :param assistantId: **[REQUIRED]** 

    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

    

  
  :type aiAgentType: string
  :param aiAgentType: **[REQUIRED]** 

    The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.

    

  
  :type orchestratorUseCase: string
  :param orchestratorUseCase: 

    The orchestrator use case for the AI Agent being removed.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`QConnect.Client.exceptions.ValidationException`

  
  *   :py:class:`QConnect.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QConnect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QConnect.Client.exceptions.ThrottlingException`

  