Module Values.SessionSharingConfigurationSource

The sharing configuration of an Amazon Q App data collection session.

Sourcetype nonrec t = {
  1. enabled : SessionSharingEnabled.t;
    (*

    Indicates whether an Q App session is shareable with other users.

    *)
  2. acceptResponses : SessionSharingAcceptResponses.t option;
    (*

    Indicates whether an Q App session can accept responses from users.

    *)
  3. revealCards : SessionSharingRevealCards.t option;
    (*

    Indicates whether collected responses for an Q App session are revealed for all users.

    *)
}
Sourceval context_ : string
Sourceval make : ?acceptResponses:??? -> ?revealCards:??? -> enabled:SessionSharingEnabled.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of SessionSharingEnabled.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t