Values.GetMessageTemplateRequestSourceRetrieves the Amazon Q in Connect message template. The message template identifier can contain an optional qualifier, for example, <message-template-id>:<qualifier>, which is either an actual version number or an Amazon Q Connect managed qualifier $ACTIVE_VERSION | $LATEST. If it is not supplied, then $LATEST is assumed implicitly.
type nonrec t = {messageTemplateId : UuidOrArnOrEitherWithQualifier.t;The identifier of the message template. Can be either the ID or the ARN.
*)knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)}val make :
messageTemplateId:UuidOrArnOrEitherWithQualifier.t ->
knowledgeBaseId:UuidOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of UuidOrArnOrEitherWithQualifier.t ]) list ]