Values.ExperiencesSummarySourceSummary information for your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
type nonrec t = {name : ExperienceName.t option;The name of your Amazon Kendra experience.
*)id : ExperienceId.t option;The identifier of your Amazon Kendra experience.
*)createdAt : Timestamp.t option;The Unix timestamp when your Amazon Kendra experience was created.
*)status : ExperienceStatus.t option;The processing status of your Amazon Kendra experience.
*)endpoints : ExperienceEndpoints.t option;The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Endpoint.t ]) list ]
list
| `String of ExperienceName.t
| `Timestamp of Timestamp.t ])
list ]