Values.ExperienceEndpointSourceProvides the configuration information for the endpoint for your Amazon Kendra experience.
type nonrec t = {endpointType : EndpointType.t option;The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
*)endpoint : Endpoint.t option;The endpoint of your Amazon Kendra experience.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of Endpoint.t ]) list ]