Values.CreateAnonymousWebExperienceUrlRequestSourceCreates a unique URL for anonymous Amazon Q Business web experience. This URL can only be used once and must be used within 5 minutes after it's generated.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the Amazon Q Business application environment attached to the web experience.
*)webExperienceId : WebExperienceId.t;The identifier of the web experience.
*)sessionDurationInMinutes : SessionDurationInMinutes.t option;The duration of the session associated with the unique URL for the web experience.
*)}val make :
?sessionDurationInMinutes:??? ->
applicationId:ApplicationId.t ->
webExperienceId:WebExperienceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of SessionDurationInMinutes.t
| `String of ApplicationId.t ])
list ]