Values.AIPromptSummarySourceThe summary of the AI Prompt.
type nonrec t = {name : Name.t option;The name of the AI Prompt.
*)assistantId : Uuid.t option;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)assistantArn : Arn.t option;The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
*)aiPromptId : Uuid.t option;The identifier of the Amazon Q in Connect AI prompt.
*)type_ : AIPromptType.t option;The type of this AI Prompt.
*)aiPromptArn : Arn.t option;The Amazon Resource Name (ARN) of the AI Prompt.
*)modifiedTime : Timestamp.t option;The time the AI Prompt was last modified.
*)templateType : AIPromptTemplateType.t option;The type of the prompt template for this AI Prompt.
*)modelId : AIPromptModelIdentifier.t option;The identifier of the model used for this AI Prompt. Model Ids supported are: anthropic.claude-3-haiku-20240307-v1:0.
*)apiFormat : AIPromptAPIFormat.t option;The API format used for this AI Prompt.
*)visibilityStatus : VisibilityStatus.t option;The visibility status of the AI Prompt.
*)origin : Origin.t option;The origin of the AI Prompt. SYSTEM for a default AI Prompt created by Q in Connect or CUSTOMER for an AI Prompt created by calling AI Prompt creation APIs.
*)description : Description.t option;The description of the AI Prompt.
*)status : Status.t option;The status of the AI Prompt.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]