Values.SessionSharingConfigurationSourceThe sharing configuration of an Amazon Q App data collection session.
type nonrec t = {enabled : SessionSharingEnabled.t;Indicates whether an Q App session is shareable with other users.
*)acceptResponses : SessionSharingAcceptResponses.t option;Indicates whether an Q App session can accept responses from users.
*)revealCards : SessionSharingRevealCards.t option;Indicates whether collected responses for an Q App session are revealed for all users.
*)}val make :
?acceptResponses:??? ->
?revealCards:??? ->
enabled:SessionSharingEnabled.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Boolean of SessionSharingEnabled.t ]) list ]