Module Values_0.AnonymousUserEmbeddingExperienceConfigurationSource

The type of experience you want to embed. For anonymous users, you can embed Quick dashboards.

Sourcetype nonrec t = {
  1. dashboard : AnonymousUserDashboardEmbeddingConfiguration.t option;
    (*

    The type of embedding experience. In this case, Amazon Quick Sight dashboards.

    *)
  2. dashboardVisual : AnonymousUserDashboardVisualEmbeddingConfiguration.t option;
    (*

    The type of embedding experience. In this case, Amazon Quick Sight visuals.

    *)
  3. qSearchBar : AnonymousUserQSearchBarEmbeddingConfiguration.t option;
    (*

    The Q search bar that you want to use for anonymous user embedding.

    *)
  4. generativeQnA : AnonymousUserGenerativeQnAEmbeddingConfiguration.t option;
    (*

    The Generative Q&A experience that you want to use for anonymous user embedding.

    *)
}
Sourceval make : ?dashboard:??? -> ?dashboardVisual:??? -> ?qSearchBar:??? -> ?generativeQnA:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list ]) list ]) 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