QConnect / Client / get_ai_prompt
get_ai_prompt#
- QConnect.Client.get_ai_prompt(**kwargs)#
- Gets and Amazon Q in Connect AI Prompt. - See also: AWS API Documentation - Request Syntax- response = client.get_ai_prompt( aiPromptId='string', assistantId='string' ) - Parameters:
- aiPromptId (string) – - [REQUIRED] - The identifier of the Amazon Q in Connect AI prompt. 
- 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. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'aiPrompt': { 'aiPromptArn': 'string', 'aiPromptId': 'string', 'apiFormat': 'ANTHROPIC_CLAUDE_MESSAGES'|'ANTHROPIC_CLAUDE_TEXT_COMPLETIONS', 'assistantArn': 'string', 'assistantId': 'string', 'description': 'string', 'modelId': 'string', 'modifiedTime': datetime(2015, 1, 1), 'name': 'string', 'origin': 'SYSTEM'|'CUSTOMER', 'status': 'CREATE_IN_PROGRESS'|'CREATE_FAILED'|'ACTIVE'|'DELETE_IN_PROGRESS'|'DELETE_FAILED'|'DELETED', 'tags': { 'string': 'string' }, 'templateConfiguration': { 'textFullAIPromptEditTemplateConfiguration': { 'text': 'string' } }, 'templateType': 'TEXT', 'type': 'ANSWER_GENERATION'|'INTENT_LABELING_GENERATION'|'QUERY_REFORMULATION', 'visibilityStatus': 'SAVED'|'PUBLISHED' }, 'versionNumber': 123 } - Response Structure- (dict) – - aiPrompt (dict) – - The data of the AI Prompt. - aiPromptArn (string) – - The Amazon Resource Name (ARN) of the AI Prompt. 
- aiPromptId (string) – - The identifier of the Amazon Q in Connect AI prompt. 
- apiFormat (string) – - The API format used for this AI Prompt. 
- assistantArn (string) – - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant. 
- assistantId (string) – - The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. 
- description (string) – - The description of the AI Prompt. 
- modelId (string) – - The identifier of the model used for this AI Prompt. Model Ids supported are: - CLAUDE_3_HAIKU_20240307_V1.
- modifiedTime (datetime) – - The time the AI Prompt was last modified. 
- name (string) – - The name of the AI Prompt 
- origin (string) – - The origin of the AI Prompt. - SYSTEMfor a default AI Prompt created by Q in Connect or- CUSTOMERfor an AI Prompt created by calling AI Prompt creation APIs.
- status (string) – - The status of the AI Prompt. 
- tags (dict) – - The tags used to organize, track, or control access for this resource. - (string) – - (string) – 
 
 
- templateConfiguration (dict) – - The configuration of the prompt template for this AI Prompt. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - textFullAIPromptEditTemplateConfiguration. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - textFullAIPromptEditTemplateConfiguration (dict) – - The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt. - text (string) – - The YAML text for the AI Prompt template. 
 
 
- templateType (string) – - The type of the prompt template for this AI Prompt. 
- type (string) – - The type of this AI Prompt. 
- visibilityStatus (string) – - The visibility status of the AI Prompt. 
 
- versionNumber (integer) – - The version number of the AI Prompt version (returned if an AI Prompt version was specified via use of a qualifier for the - aiPromptIdon the request).
 
 
 - Exceptions- QConnect.Client.exceptions.ValidationException
- QConnect.Client.exceptions.AccessDeniedException
- QConnect.Client.exceptions.ResourceNotFoundException
- QConnect.Client.exceptions.ThrottlingException