Values.UpdateMessageTemplateMetadataRequestSourceUpdates the Amazon Q in Connect message template metadata. Note that any modification to the message template’s name, description and grouping configuration will applied to the message template pointed by the $LATEST qualifier and all available versions. Partial update is supported. If any field is not supplied, it will remain unchanged for the message template.
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.
*)name : Name.t option;The name of the message template.
*)description : Description.t option;The description of the message template.
*)groupingConfiguration : GroupingConfiguration.t option;}val make :
?name:??? ->
?description:??? ->
?groupingConfiguration:??? ->
knowledgeBaseId:UuidOrArn.t ->
messageTemplateId:UuidOrArnOrEitherWithQualifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of UuidOrArn.t
| `Structure of
(string
* [> `List of [> `String of GroupingValue.t ] list
| `String of GroupingCriteria.t ])
list ])
list ]