Values.KnowledgeBaseSummarySourceContains details about a knowledge base.
type nonrec t = {knowledgeBaseId : Id.t option;The unique identifier of the knowledge base.
*)name : Name.t option;The name of the knowledge base.
*)description : Description.t option;The description of the knowledge base.
*)status : KnowledgeBaseStatus.t option;The status of the knowledge base.
*)updatedAt : DateTimestamp.t option;The time the knowledge base was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Timestamp of DateTimestamp.t ])
list ]