QConnect / Client / remove_assistant_ai_agent
remove_assistant_ai_agent¶
- 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 - Request Syntax- response = client.remove_assistant_ai_agent( assistantId='string', aiAgentType='MANUAL_SEARCH'|'ANSWER_RECOMMENDATION'|'SELF_SERVICE'|'EMAIL_RESPONSE'|'EMAIL_OVERVIEW'|'EMAIL_GENERATIVE_ANSWER' ) - Parameters:
- assistantId (string) – - [REQUIRED] - The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. 
- aiAgentType (string) – - [REQUIRED] - The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions