Module Values.AppDefinitionInputSource

The input for defining an Q App.

Sourcetype nonrec t = {
  1. cards : CardList.t;
    (*

    The cards that make up the Q App definition.

    *)
  2. initialPrompt : InitialPrompt.t option;
    (*

    The initial prompt displayed when the Q App is started.

    *)
}
Sourceval context_ : string
Sourceval make : ?initialPrompt:??? -> cards:CardList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * Awso.Botodata.value) list ]) list ] list | `String of InitialPrompt.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