Values.ContentSummarySourceSummary information about the content.
type nonrec t = {contentArn : Arn.t option;The Amazon Resource Name (ARN) of the content.
*)contentId : Uuid.t option;The identifier of the content.
*)contentType : ContentType.t option;The media type of the content.
*)knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)knowledgeBaseId : Uuid.t option;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
*)metadata : ContentMetadata.t option;A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Wisdom, you can store an external version identifier as metadata to utilize for determining drift.
*)name : Name.t option;The name of the content.
*)revisionId : NonEmptyString.t option;The identifier of the revision of the content.
*)status : ContentStatus.t option;The status of the content.
*)title : ContentTitle.t option;The title of the content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of Arn.t ])
list ]