Module Values.GetMessageTemplateRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. messageTemplateId : UuidOrArnOrEitherWithQualifier.t;
    (*

    The identifier of the message template. Can be either the ID or the ARN.

    *)
  2. knowledgeBaseId : UuidOrArn.t;
    (*

    The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

    *)
}
Sourceval context_ : string
Sourceval make : messageTemplateId:UuidOrArnOrEitherWithQualifier.t -> knowledgeBaseId:UuidOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UuidOrArnOrEitherWithQualifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t