Values.ActivateMessageTemplateRequestSourceActivates a specific version of the Amazon Q in Connect message template. After the version is activated, the previous active version will be deactivated automatically. You can use the $ACTIVE_VERSION qualifier later to reference the version that is in active status.
type nonrec t = {knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)messageTemplateId : UuidOrArnOrEitherWithQualifier.t;The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
*)versionNumber : Version.t;The version number of the message template version to activate.
*)}val make :
knowledgeBaseId:UuidOrArn.t ->
messageTemplateId:UuidOrArnOrEitherWithQualifier.t ->
versionNumber:Version.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of Version.t | `String of UuidOrArn.t ]) list ]