Module Values_2.RegisteredUserGenerativeQnAEmbeddingConfigurationSource

An object that provides information about the configuration of a Generative Q&A experience.

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

    The ID of the new Q reader experience topic that you want to make the starting topic in the Generative Q&A experience. You can find a topic ID by navigating to the Topics pane in the Quick application and opening a topic. The ID is in the URL for the topic that you open. If you don't specify an initial topic or you specify a legacy topic, a list of all shared new reader experience topics is shown in the Generative Q&A experience for your readers. When you select an initial new reader experience topic, you can specify whether or not readers are allowed to select other new reader experience topics from the available ones in the list.

    *)
}
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