Values.DeleteAIPromptVersionRequestSourceDelete and Amazon Q in Connect AI Prompt version.
type nonrec t = {assistantId : UuidOrArn.t;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)aiPromptId : UuidOrArnOrEitherWithQualifier.t;The identifier of the Amazon Q in Connect AI prompt.
*)versionNumber : Version.t;The version number of the AI Prompt version to be deleted.
*)}val make :
assistantId:UuidOrArn.t ->
aiPromptId:UuidOrArnOrEitherWithQualifier.t ->
versionNumber:Version.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of Version.t | `String of UuidOrArn.t ]) list ]