Module Values.PredictQAppInputSource

Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to call CreateQApp. This API doesn't create Amazon Q Apps directly.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The unique identifier of the Amazon Q Business application environment instance.

    *)
  2. options : PredictQAppInputOptions.t option;
    (*

    The input to generate the Q App definition from, either a conversation or problem statement.

    *)
}
Sourceval context_ : string
Sourceval make : ?options:??? -> instanceId:InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InstanceId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of ConversationMessageBodyString.t ]) list ] list | `String of PredictQAppInputOptionsProblemStatementString.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