Module Values_0.AmazonQInQuickSightConsoleConfigurationsSource

A collection of Amazon Q feature configurations in an embedded Quick Sight console.

Sourcetype nonrec t = {
  1. dataQnA : DataQnAConfigurations.t option;
    (*

    Adds generative Q&A capabilitiees to an embedded Quick Sight console.

    *)
  2. generativeAuthoring : GenerativeAuthoringConfigurations.t option;
    (*

    Adds the generative BI authoring experience to an embedded Quick Sight console.

    *)
  3. executiveSummary : ExecutiveSummaryConfigurations.t option;
    (*

    Adds the executive summaries feature to an embedded Quick Sight console.

    *)
  4. dataStories : DataStoriesConfigurations.t option;
    (*

    Adds the data stories feature to an embedded Quick Sight console.

    *)
}
Sourceval make : ?dataQnA:??? -> ?generativeAuthoring:??? -> ?executiveSummary:??? -> ?dataStories:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t ]) 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