Module Values_2.RegisteredUserQSearchBarEmbeddingConfigurationSource

Information about the Q search bar embedding experience.

Sourcetype nonrec t = {
  1. initialTopicId : Values_0.RestrictiveResourceId.t option;
    (*

    The ID of the legacy Q topic that you want to use as the starting topic in the Q search bar. To locate the topic ID of the topic that you want to use, open the Quick Sight console, navigate to the Topics pane, and choose thre topic that you want to use. The TopicID is located in the URL of the topic that opens. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the list of available topics. If you don't specify an initial topic or if you specify a new reader experience topic, a list of all shared legacy topics is shown in the Q bar.

    *)
}
Sourceval make : ?initialTopicId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.RestrictiveResourceId.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